Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc55 const std::vector<string>& input_constant_tensor_as_shape_values, in RunCppShapeInferenceImpl() argument
117 input_constant_tensor_as_shape_values.size()); in RunCppShapeInferenceImpl()
118 for (int i = 0; i < input_constant_tensor_as_shape_values.size(); ++i) { in RunCppShapeInferenceImpl()
120 input_constant_tensor_as_shape_values[i])) { in RunCppShapeInferenceImpl()
177 const std::vector<string>& input_constant_tensor_as_shape_values, in RunCppShapeInference() argument
196 input_constant_tensor_values_v, input_constant_tensor_as_shape_values, in RunCppShapeInference()
Dcpp_shape_inference.h48 const std::vector<string>& input_constant_tensor_as_shape_values,