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

Method GetClient

tensorflow/core/common_runtime/eager/context.cc:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557
558#if !defined(IS_MOBILE_PLATFORM)
559Status EagerContext::GetClient(Device* device, eager::EagerClient** client) {
560 return GetClient(device->parsed_name(), client);
561}
562
563Status EagerContext::GetClient(const DeviceNameUtils::ParsedName& device_name,
564 eager::EagerClient** client) {

Callers 6

EagerRemoteExecuteFunction · 0.45
EagerCopyToDeviceFunction · 0.45
CloseRemoteContextsMethod · 0.45
CreateRemoteContextsFunction · 0.45

Calls 5

InternalFunction · 0.85
GetTaskNameFunction · 0.85
InvalidArgumentFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected