Searched refs:_EagerTensorBase (Results 1 – 5 of 5) sorted by relevance
4 is_instance: "<class \'tensorflow.python.framework.ops._EagerTensorBase\'>"
982 class _EagerTensorBase(Tensor): class1145 setattr(_EagerTensorBase, name, func)1278 pywrap_tfe.TFE_Py_InitEagerTensor(_EagerTensorBase))
342 …if isinstance(obj, ops.Tensor) and not isinstance(obj, ops._EagerTensorBase): # pylint: disable=p…
2561 if isinstance(a, ops._EagerTensorBase):
332 if isinstance(tensor, ops._EagerTensorBase): # pylint: disable=protected-access