Searched refs:base_flr_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 150 : base_flr_(base_flr), lib_def_(lib_def) {} in FunctionLibraryRuntimeOverlay() 199 FunctionLibraryRuntime* base_flr_; // not owned member in tensorflow::FunctionLibraryRuntimeOverlay 213 return base_flr_->Instantiate(function_name, attrs, options_copy, handle); in Instantiate() 215 return base_flr_->Instantiate(function_name, attrs, options, handle); in Instantiate() 220 return base_flr_->ReleaseHandle(handle); in ReleaseHandle() 224 return base_flr_->GetFunctionBody(h); in GetFunctionBody() 229 return base_flr_->GetRetTypes(h, ret_types); in GetRetTypes() 236 base_flr_->Run(opts, handle, args, rets, std::move(done)); in Run() 242 base_flr_->Run(opts, handle, call_frame, std::move(done)); in Run() 248 return base_flr_->RunSync(std::move(opts), handle, args, rets); in RunSync() [all …]
|