Home
last modified time | relevance | path

Searched refs:local_pflr_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h464 std::unique_ptr<ProcessFunctionLibraryRuntime> local_pflr_; variable
Dxla_compiler.cc437 local_pflr_.reset(new ProcessFunctionLibraryRuntime( in XlaCompiler()
445 local_flib_runtime_ = local_pflr_->GetFLR(device_->name()); in XlaCompiler()