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

Method Run

tensorflow/core/common_runtime/function.cc:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle,
246 gtl::ArraySlice<Tensor> args,
247 std::vector<Tensor>* rets,
248 DoneCallback done) {
249 base_flr_->Run(opts, handle, args, rets, std::move(done));
250}
251
252void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle,
253 CallFrameInterface* call_frame,

Callers 1

ComputeAsyncMethod · 0.45

Calls 10

CancelledFunction · 0.85
UnimplementedFunction · 0.85
IsCancelledMethod · 0.80
GetHandleOnDeviceMethod · 0.80
SetArgsMethod · 0.80
GetFunctionBodyFunction · 0.50
UnrefMethod · 0.45
okMethod · 0.45
RunAsyncMethod · 0.45
ConsumeRetvalsMethod · 0.45

Tested by

no test coverage detected