MCPcopy 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
57Status FakeDevice::Sync() {
58 return errors::Unimplemented("FakeDevice::Sync()");
59}
60
61std::unique_ptr<Device> FakeDevice::Make(const string& name,
62 const string& type) {

Callers

nothing calls this directly

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected