Searched refs:tensor_obj (Results 1 – 1 of 1) sorted by relevance
1004 PyObject* tensor_obj = PySequence_Fast_GET_ITEM(tensors, i); in TFE_Py_TensorShapeSlice() local1005 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()