Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Sync
Method
Sync
tensorflow/tools/optimization/optimization_pass_runner.cc:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
Status FakeDevice::Sync() {
58
return errors::Unimplemented(
"FakeDevice::Sync()"
);
59
}
60
61
std::unique_ptr<Device> FakeDevice::Make(const string& name,
62
const string& type) {
Callers
nothing calls this directly
Calls
1
Unimplemented
Function · 0.85
Tested by
no test coverage detected