MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DebugString

Method DebugString

tensorflow/compiler/xla/python/local_client.cc:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110std::string Device::DebugString() const {
111 return absl::StrCat(platform_name(), ":", id());
112}
113
114PyLocalClient::PyLocalClient(
115 std::string platform_name, LocalClient* client,

Callers 15

TransferMethod · 0.45
TransferToServerMethod · 0.45
TransferToInfeedMethod · 0.45
TransferFromOutfeedMethod · 0.45
ResetDeviceMethod · 0.45
ComputeConstantMethod · 0.45
ExecuteMethod · 0.45
PYBIND11_MODULEFunction · 0.45
FromHostBufferMethod · 0.45
MakeTupleMethod · 0.45
ExecuteHelperMethod · 0.45
DLDeviceTypeForDeviceFunction · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36