Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dinterpreter_device.h32 StatusOr<std::unique_ptr<PjRtClient>> GetInterpreterClient();
H A Dinterpreter_device.cc32 StatusOr<std::unique_ptr<PjRtClient>> GetInterpreterClient() { in GetInterpreterClient() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla.cc289 GetInterpreterClient()); in PYBIND11_MODULE()