Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_utils.cc59 int pyarray_type = PyArray_TYPE(array); in TfLiteTypeFromPyArray() local
60 switch (pyarray_type) { in TfLiteTypeFromPyArray()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc71 int pyarray_type = PyArray_TYPE(array); in PyArray_TYPE_to_TF_DataType() local
73 switch (pyarray_type) { in PyArray_TYPE_to_TF_DataType()
129 if (pyarray_type == Bfloat16NumpyType()) { in PyArray_TYPE_to_TF_DataType()