Home
last modified time | relevance | path

Searched refs:PJRT_Device_DebugString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
H A Dpjrt_c_api.h478 typedef PJRT_Error* PJRT_Device_DebugString(PJRT_Device_DebugString_Args* args); typedef
790 _PJRT_API_STRUCT_FIELD(PJRT_Device_DebugString);
H A Dpjrt_c_api_wrapper_impl.h109 PJRT_Error* PJRT_Device_DebugString(PJRT_Device_DebugString_Args* args);
H A Dpjrt_c_api_wrapper_impl.cc311 PJRT_Error* PJRT_Device_DebugString(PJRT_Device_DebugString_Args* args) { in PJRT_Device_DebugString() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc396 pjrt::LogFatalIfPjrtError(c_api->PJRT_Device_DebugString(&args), c_api); in DebugString()