Searched refs:base_flr_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 171 : base_flr_(base_flr), overlay_lib_def_(overlay_lib_def) {} in FunctionLibraryRuntimeOverlay() 208 FunctionLibraryRuntime* base_flr_; // not owned member in tensorflow::FunctionLibraryRuntimeOverlay 222 return base_flr_->Instantiate(function_name, attrs, options_copy, handle); in Instantiate() 224 return base_flr_->Instantiate(function_name, attrs, options, handle); in Instantiate() 229 return base_flr_->ReleaseHandle(handle); in ReleaseHandle() 233 return base_flr_->GetFunctionBody(h); in GetFunctionBody() 240 base_flr_->Run(opts, handle, args, rets, std::move(done)); in Run() 246 base_flr_->Run(opts, handle, call_frame, std::move(done)); in Run() 268 Env* FunctionLibraryRuntimeOverlay::env() { return base_flr_->env(); } in env() 270 Device* FunctionLibraryRuntimeOverlay::device() { return base_flr_->device(); } in device() [all …]
|