Home
last modified time | relevance | path

Searched refs:sparse_tensor_batch_shapes (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc374 VarLenFeatureBatchShapes sparse_tensor_batch_shapes; in BatchExampleProtoToTensors() local
377 &sparse_tensor_batch_shapes)); in BatchExampleProtoToTensors()
378 const TensorShape& indices_shape = sparse_tensor_batch_shapes.indices_shape; in BatchExampleProtoToTensors()
379 const TensorShape& values_shape = sparse_tensor_batch_shapes.values_shape; in BatchExampleProtoToTensors()
390 shape_t(1) = sparse_tensor_batch_shapes.max_num_features; in BatchExampleProtoToTensors()