Searched refs:input_constant_tensor_values (Results 1 – 2 of 2) sorted by relevance
54 const std::vector<PyObject*>& input_constant_tensor_values, in RunCppShapeInferenceImpl() argument102 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() argument179 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()
47 PyObject* input_constant_tensor_values,