Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.h161 bool IsEagerTensorSlow(PyObject* o);
Dutil.cc924 bool IsEagerTensorSlow(PyObject* o) { return IsEagerTensorHelper(o) == 1; } in IsEagerTensorSlow() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt22 tensorflow::swig::IsEagerTensorSlow
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc131 } else if (tensorflow::swig::IsEagerTensorSlow(elem)) { in InputTFE_InputTensorHandles()