Searched refs:TFE_Py_TensorShapeOnDevice (Results 1 – 4 of 4) sorted by relevance
366 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor);
1112 PyObject* TFE_Py_TensorShapeOnDevice(PyObject* tensor) { in TFE_Py_TensorShapeOnDevice() function
192 TFE_Py_TensorShapeOnDevice
1037 return tensorflow::PyoOrThrow(TFE_Py_TensorShapeOnDevice(tensors.ptr())); in PYBIND11_MODULE()