Home
last modified time | relevance | path

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

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