Home
last modified time | relevance | path

Searched refs:TfLiteTypeFromPyArray (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.h69 TfLiteType TfLiteTypeFromPyArray(PyArrayObject* array);
Dnumpy.cc113 TfLiteType TfLiteTypeFromPyArray(PyArrayObject* array) { in TfLiteTypeFromPyArray() function
Dinterpreter_wrapper.cc505 if (python_utils::TfLiteTypeFromPyArray(array) != tensor->type) { in SetTensor()
510 TfLiteTypeGetName(python_utils::TfLiteTypeFromPyArray(array)), in SetTensor()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc401 if (python_utils::TfLiteTypeFromPyArray(array) != tensor->type) { in SetTensor()
406 TfLiteTypeGetName(python_utils::TfLiteTypeFromPyArray(array)), in SetTensor()
481 if (python_utils::TfLiteTypeFromPyArray(array) != tensor->type) { in SetTensor()
486 TfLiteTypeGetName(python_utils::TfLiteTypeFromPyArray(array)), in SetTensor()