Home
last modified time | relevance | path

Searched refs:to_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.h485 size_t to_string_size; // out member
488 PJRT_STRUCT_SIZE(PJRT_Device_ToString_Args, to_string_size);
H A Dpjrt_c_api_wrapper_impl.cc326 args->to_string_size = args->device->device->ToString().size(); in PJRT_Device_ToString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc408 absl::string_view to_string(args.to_string, args.to_string_size); in ToString()