Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc108 Status NumericNpDTypeToTfDType(const int np, DataType* tf) { in NumericNpDTypeToTfDType() function
398 TF_RETURN_IF_ERROR(NumericNpDTypeToTfDType(PyArray_TYPE(input), &dtype)); in ConvertNdarrayToTensor()