Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc54 const std::vector<PyObject*>& input_constant_tensor_values, in RunCppShapeInferenceImpl() argument
102 std::vector<Tensor> input_tensor_values(input_constant_tensor_values.size()); in RunCppShapeInferenceImpl()
104 for (int i = 0; i < input_constant_tensor_values.size(); ++i) { in RunCppShapeInferenceImpl()
105 auto* py_val = input_constant_tensor_values[i]; in RunCppShapeInferenceImpl()
176 PyObject* input_constant_tensor_values, in RunCppShapeInference() argument
179 if (!PyList_Check(input_constant_tensor_values)) { in RunCppShapeInference()
185 int cnt = PyList_Size(input_constant_tensor_values); in RunCppShapeInference()
189 PyList_GetItem(input_constant_tensor_values, i)); in RunCppShapeInference()
Dcpp_shape_inference.h47 PyObject* input_constant_tensor_values,