Home
last modified time | relevance | path

Searched refs:debug_string_ (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtpu_client.h47 debug_string_ = absl::StrFormat("TPU_%i(process=%i,(%i,%i,%i,%i))", in PjRtTpuDevice()
61 absl::string_view DebugString() const override { return debug_string_; } in DebugString()
66 std::string debug_string_; variable
H A Dpjrt_stream_executor_client.h79 debug_string_ = absl::StrCat(platform_name(), ":", id()); in SetClient()
140 std::string debug_string_; variable
H A Dtfrt_cpu_pjrt_client.h101 std::string debug_string_; variable
H A Dtfrt_cpu_pjrt_client.cc110 debug_string_ = absl::StrCat("TFRT_CPU_", id); in TfrtCpuDevice()
118 absl::string_view TfrtCpuDevice::DebugString() const { return debug_string_; } in DebugString()
H A Dpjrt_stream_executor_client.cc147 return debug_string_; in DebugString()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/iam/
H A Diam_credentials.h47 std::string debug_string() override { return debug_string_; } in debug_string()
62 const std::string debug_string_; variable
H A Diam_credentials.cc61 debug_string_(absl::StrFormat( in grpc_google_iam_credentials()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.h47 std::string debug_string() override { return debug_string_; } in debug_string()
62 const std::string debug_string_; variable
Diam_credentials.cc62 debug_string_(absl::StrFormat( in grpc_google_iam_credentials()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_state.h301 debug_string_(std::move(debug_string)) {} in Exchange()
334 string debug_string_; variable
H A Dgrpc_state.cc86 return absl::StrFormat("%p@%s_%s", this, ToString(state_), debug_string_); in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc47 debug_string_ = in TpuDevice()
55 absl::string_view TpuDevice::DebugString() const { return debug_string_; } in DebugString()
H A Dtpu_client.h102 std::string debug_string_; variable