Home
last modified time | relevance | path

Searched refs:GetEmitPythonCallbackDescriptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_client.h193 GetEmitPythonCallbackDescriptor(pybind11::function callable,
H A Dpy_client.cc590 PyClient::GetEmitPythonCallbackDescriptor( in GetEmitPythonCallbackDescriptor() function in xla::PyClient
700 GetEmitPythonCallbackDescriptor(callable, operand_shapes, result_shapes); in EmitPythonCallback()
H A Dxla.cc255 &PyClient::GetEmitPythonCallbackDescriptor, py::arg("callable"), in PYBIND11_MODULE()