Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
H A Dpjrt_c_api.h471 size_t debug_string_size; // out member
474 PJRT_STRUCT_SIZE(PJRT_Device_DebugString_Args, debug_string_size);
H A Dpjrt_c_api_wrapper_impl.cc317 args->debug_string_size = args->device->device->DebugString().size(); in PJRT_Device_DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc397 absl::string_view debug_string(args.debug_string, args.debug_string_size); in DebugString()