Home
last modified time | relevance | path

Searched refs:flib_runtime_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Druntime_test.cc42 flib_runtime_ = NewFunctionLibraryRuntime(device_mgr_.get(), Env::Default(),
48 return flib_runtime_.get(); in function_library_runtime()
54 std::unique_ptr<FunctionLibraryRuntime> flib_runtime_; member in tensorflow::__anon59949fee0111::TestEnv
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h301 FunctionLibraryRuntime* flib_runtime() const { return flib_runtime_; } in flib_runtime()
349 FunctionLibraryRuntime* flib_runtime_; // owned by pflr_. variable
Dxla_compiler.cc111 flib_runtime_ = pflr_->GetFLR(device_->name());
152 GetFunctionBody(function, flib_runtime_, fbody), in FindFunctionBody()
167 optimizer.Optimize(flib_runtime_, flib_runtime_->env(), in GetGraph()
622 flib_runtime_, NextStepId())); in CompileGraph()