Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc56 std::vector<string>* output_tensor_shape_protos, in RunCppShapeInferenceImpl() argument
63 DCHECK_EQ(output_tensor_shape_protos->size(), 0); in RunCppShapeInferenceImpl()
136 output_tensor_shape_protos->resize(c.num_outputs()); in RunCppShapeInferenceImpl()
153 CHECK(out.AppendToString(&(*output_tensor_shape_protos)[i])); in RunCppShapeInferenceImpl()