Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc57 string* input_tensors_needed_out) { in RunCppShapeInferenceImpl() argument
166 *input_tensors_needed_out = needed.SerializeAsString(); in RunCppShapeInferenceImpl()
193 string input_tensors_needed_out; in RunCppShapeInference() local
197 &output, &input_tensors_needed_out); in RunCppShapeInference()
203 output.push_back(input_tensors_needed_out); in RunCppShapeInference()