Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h121 TFE_TensorHandle* EagerTensor_Handle(const PyObject* o);
Dpywrap_tensor.cc819 TFE_TensorHandle* EagerTensor_Handle(const PyObject* o) { in EagerTensor_Handle() function
1060 TFE_TensorHandle* handle = EagerTensor_Handle(tensor); in TFE_Py_TensorShapeOnDevice()
Dpywrap_tfe_src.cc1467 TFE_TensorHandle* t = EagerTensor_Handle(tensor);
2234 TFE_OpAddInput(op, EagerTensor_Handle(handle.get()), status);
2379 TFE_TensorHandle* input_handle = EagerTensor_Handle(py_eager_tensor.get());
2716 EagerTensor_Handle(py_eager_tensor.get());
2896 TFE_TensorHandle* t = EagerTensor_Handle(arg);
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i216 (*$1)[i] = EagerTensor_Handle(elem);
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc179 auto handle = EagerTensor_Handle(eager_tensor)->handle; in ExtractTensorFromEagerTensor()