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.h370 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor);
Dpywrap_tensor.cc1220 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor) { in TFE_Py_TensorShapeOnDevice() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt201 TFE_Py_TensorShapeOnDevice
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1207 return tensorflow::PyoOrThrow(TFE_Py_TensorShapeOnDevice(tensors.ptr())); in PYBIND11_MODULE()