Searched refs:TFE_Py_TensorShapeOnDevice (Results 1 – 4 of 4) sorted by relevance
370 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor);
1220 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor) { in TFE_Py_TensorShapeOnDevice() function
201 TFE_Py_TensorShapeOnDevice
1207 return tensorflow::PyoOrThrow(TFE_Py_TensorShapeOnDevice(tensors.ptr())); in PYBIND11_MODULE()