Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h366 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor);
Dpywrap_tensor.cc1112 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor) { in TFE_Py_TensorShapeOnDevice() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt192 TFE_Py_TensorShapeOnDevice
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1037 return tensorflow::PyoOrThrow(TFE_Py_TensorShapeOnDevice(tensors.ptr())); in PYBIND11_MODULE()