Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc328 std::vector<Tensor>* output_sparse_shapes_tensor) { in BatchExampleProtoToTensors() argument
388 (*output_sparse_shapes_tensor)[d] = in BatchExampleProtoToTensors()
391 auto shape_t = (*output_sparse_shapes_tensor)[d].vec<int64>(); in BatchExampleProtoToTensors()
Dexample_proto_helper.h118 std::vector<Tensor>* output_sparse_shapes_tensor);