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