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

Method GraphRunner

tensorflow/core/common_runtime/graph_runner.cc:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92} // namespace
93
94GraphRunner::GraphRunner(Env* env)
95 : device_deleter_(NewSingleThreadedCpuDevice(env)),
96 device_(device_deleter_.get()) {}
97GraphRunner::GraphRunner(Device* device) : device_(device) {}
98
99GraphRunner::~GraphRunner() {}

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected