Searched refs:IsEagerTensorSlow (Results 1 – 4 of 4) sorted by relevance
161 bool IsEagerTensorSlow(PyObject* o);
924 bool IsEagerTensorSlow(PyObject* o) { return IsEagerTensorHelper(o) == 1; } in IsEagerTensorSlow() function
22 tensorflow::swig::IsEagerTensorSlow
131 } else if (tensorflow::swig::IsEagerTensorSlow(elem)) { in InputTFE_InputTensorHandles()