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

Method platform

tensorflow/compiler/jit/xla_device.cc:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154int XlaDevice::Metadata::device_ordinal() const { return device_ordinal_; }
155
156se::Platform* XlaDevice::Metadata::platform() const { return platform_; }
157
158xla::LocalClient* XlaDevice::Metadata::client() const {
159 auto client = xla::ClientLibrary::GetOrCreateLocalClient(platform_);

Callers 3

PopulateInputsMethod · 0.45
PopulateOutputsMethod · 0.45
PlatformInfoFromContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected