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

Method platform

tensorflow/compiler/xla/client/local_client.cc:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316se::Platform* LocalClient::platform() const {
317 return local_service_->backend().platform();
318}
319
320int LocalClient::device_count() const {
321 return local_service_->backend().device_count();

Callers 3

DumpArgumentsFunction · 0.45
RunAsyncMethod · 0.45

Calls 1

backendMethod · 0.80

Tested by

no test coverage detected