Searched refs:TfLiteTypeFromPyArray (Results 1 – 4 of 4) sorted by relevance
69 TfLiteType TfLiteTypeFromPyArray(PyArrayObject* array);
111 TfLiteType TfLiteTypeFromPyArray(PyArrayObject* array) { in TfLiteTypeFromPyArray() function
497 if (python_utils::TfLiteTypeFromPyArray(array) != tensor->type) { in SetTensor()502 TfLiteTypeGetName(python_utils::TfLiteTypeFromPyArray(array)), in SetTensor()
277 if (python_utils::TfLiteTypeFromPyArray(array) != tensor->type) { in SetTensor()282 TfLiteTypeGetName(python_utils::TfLiteTypeFromPyArray(array)), in SetTensor()