Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h146 PyObject* TFE_Py_InitEagerTensor(PyObject* base_class);
Dpywrap_tensor.cc1019 PyObject* TFE_Py_InitEagerTensor(PyObject* base_class) { in TFE_Py_InitEagerTensor() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt166 TFE_Py_InitEagerTensor
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc993 return tensorflow::PyoOrThrow(TFE_Py_InitEagerTensor(o.ptr())); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/framework/
Dops.py1350 pywrap_tfe.TFE_Py_InitEagerTensor(_EagerTensorBase))