Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h285 FunctionLibraryRuntime* flib_runtime() const { return flib_runtime_; } in flib_runtime()
340 FunctionLibraryRuntime* flib_runtime_; // owned by pflr_. variable
Dxla_compiler.cc523 flib_runtime_ = pflr_->GetFLR(device_->name()); in XlaCompiler()
564 GetFunctionBody(function, flib_runtime_, fbody), in FindFunctionBody()
567 *config_proto = flib_runtime_->config_proto(); in FindFunctionBody()
643 flib_runtime_->GetFunctionLibraryDefinition(), &shape_info) in GetGraph()
659 optimizer.Optimize(flib_runtime_, flib_runtime_->env(), in GetGraph()
666 flib_runtime_->GetFunctionLibraryDefinition(), &shape_info) in GetGraph()
682 optimizer.Optimize(flib_runtime_, flib_runtime_->env(), in GetGraph()
1300 flib_runtime_->GetFunctionLibraryDefinition()); in CompileGraph()
1365 flib_runtime_, NextStepId())); in CompileGraph()