Home
last modified time | relevance | path

Searched refs:c_device_from_cpp_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
H A Dpjrt_c_api_wrapper_impl.h42 absl::flat_hash_map<xla::PjRtDevice*, PJRT_Device*> c_device_from_cpp_device; member
H A Dpjrt_c_api_wrapper_impl.cc52 auto c_device_map = client->c_device_from_cpp_device; in GetCDevice()