Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1004 PyObject* tensor_obj = PySequence_Fast_GET_ITEM(tensors, i); in TFE_Py_TensorShapeSlice() local
1005 if (!EagerTensor_CheckExact(tensor_obj)) { in TFE_Py_TensorShapeSlice()
1010 i, " has type \"", Py_TYPE(tensor_obj)->tp_name, "\"") in TFE_Py_TensorShapeSlice()
1015 EagerTensor* t = reinterpret_cast<EagerTensor*>(tensor_obj); in TFE_Py_TensorShapeSlice()