def as_batched_placeholder(self, column):
"""Returns the representation of this column as a placeholder Tensor.
Args:
column: The column to be represented.
"""
raise NotImplementedError()
# note we don't provide tf.FixedLenSequenceFeature yet, because that is
# only used to parse tf.SequenceExample.
评论列表
文章目录