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

Method RunWithTimeout

tensorflow/core/grappler/clusters/single_machine.cc:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240Status SingleMachine::RunWithTimeout(
241 const std::vector<std::pair<string, Tensor>>& feed,
242 const std::vector<string>& fetch, RunMetadata* run_metadata) {
243 return RunWithTimeout(feed, fetch, run_metadata, timeout_s_);
244}
245
246Status SingleMachine::RunWithTimeout(
247 const std::vector<std::pair<string, Tensor>>& feed,

Callers

nothing calls this directly

Calls 4

ExecuteWithTimeoutFunction · 0.85
RunMethod · 0.45
getMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected