Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h466 FunctionLibraryRuntime* local_flib_runtime_; // owned by local_pflr_. variable
Dxla_compiler.cc445 local_flib_runtime_ = local_pflr_->GetFLR(device_->name()); in XlaCompiler()
486 auto status = GetFunctionBody(function, local_flib_runtime_, fbody); in FindFunctionBody()