def as_batched_placeholder(self, column): return tf.sparse_placeholder( column.domain.dtype, [None] + column.tf_shape().as_list())