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.h301 FunctionLibraryRuntime* flib_runtime() const { return flib_runtime_; } in flib_runtime() function
Dxla_compiler.cc130 FunctionLibraryRuntime* flib_runtime, in GetFunctionBody() argument
133 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetFunctionBody()
136 *fbody = flib_runtime->GetFunctionBody(handle); in GetFunctionBody()