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.cc325 std::vector<Tensor>* output_sparse_shapes_tensor) { in BatchExampleProtoToTensors() argument
385 (*output_sparse_shapes_tensor)[d] = in BatchExampleProtoToTensors()
388 auto shape_t = (*output_sparse_shapes_tensor)[d].vec<int64>(); in BatchExampleProtoToTensors()
Dexample_proto_helper.h117 std::vector<Tensor>* output_sparse_shapes_tensor);