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

Method runner

tensorflow/core/common_runtime/function.cc:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286std::function<void(std::function<void()>)>*
287FunctionLibraryRuntimeOverlay::runner() {
288 return base_flr_->runner();
289}
290
291const DeviceMgr* FunctionLibraryRuntimeOverlay::device_mgr() const {
292 return base_flr_->device_mgr();

Callers 15

runMethod · 0.45
ExecuteNativeSegmentMethod · 0.45
RunMultiDeviceMethod · 0.45
ComputeAsyncMethod · 0.45
RunFunctionMethod · 0.45
ComputeAsyncMethod · 0.45
SetRunOptionsFunction · 0.45
ProcessFuncBatchMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
GetNextInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected