Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc384 if (!EagerTensor_CheckExact(other_value)) { in EagerTensor_init()
815 bool EagerTensor_CheckExact(const PyObject* o) { in EagerTensor_CheckExact() function
849 DCHECK(EagerTensor_CheckExact(tensor)); in PyEagerTensor_ID()
854 DCHECK(EagerTensor_CheckExact(tensor)); in PyEagerTensor_Dtype()
860 DCHECK(EagerTensor_CheckExact(tensor)); in PyEagerTensor_NumElements()
1005 if (!EagerTensor_CheckExact(tensor_obj)) { in TFE_Py_TensorShapeSlice()
1052 if (!EagerTensor_CheckExact(tensor)) { in TFE_Py_TensorShapeOnDevice()
Dpywrap_tensor.h23 bool EagerTensor_CheckExact(const PyObject* o);
Dpywrap_tfe.h115 bool EagerTensor_CheckExact(const PyObject* o);
Dpywrap_tfe_src.cc908 if (EagerTensor_CheckExact(tensor)) { in FastTensorId()
921 if (EagerTensor_CheckExact(tensor)) { in FastTensorDtype()
1014 if (EagerTensor_CheckExact(tensor)) { in NumElements()
1466 if (EagerTensor_CheckExact(tensor)) {
1811 if (EagerTensor_CheckExact(item) || CheckResourceVariable(item) ||
1863 if (EagerTensor_CheckExact(item)) {
2233 if (!EagerTensor_CheckExact(handle.get())) return false;
2287 if (EagerTensor_CheckExact(input)) {
2895 if (EagerTensor_CheckExact(arg)) {
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc257 if (EagerTensor_CheckExact(item)) { in DoCallPyFunc()
275 } else if (EagerTensor_CheckExact(result) || result == Py_None) { in DoCallPyFunc()
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i215 if (EagerTensor_CheckExact(elem)) {