Home
last modified time | relevance | path

Searched refs:flib_runtime (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc35 FunctionLibraryRuntime* flib_runtime);
42 FunctionLibraryRuntime* flib_runtime, in BackwardsConstAnalysis() argument
94 status = GetCompileTimeConstInputs(node, &const_input_idxs, flib_runtime); in BackwardsConstAnalysis()
130 FunctionLibraryRuntime* flib_runtime) { in GetCompileTimeConstInputs() argument
144 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetCompileTimeConstInputs()
146 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetCompileTimeConstInputs()
148 const FunctionBody* fcond = flib_runtime->GetFunctionBody(cond_handle); in GetCompileTimeConstInputs()
149 const FunctionBody* fbody = flib_runtime->GetFunctionBody(body_handle); in GetCompileTimeConstInputs()
158 /*compile_time_const_nodes=*/nullptr, flib_runtime)); in GetCompileTimeConstInputs()
161 /*compile_time_const_nodes=*/nullptr, flib_runtime)); in GetCompileTimeConstInputs()
Dconst_analysis.h40 FunctionLibraryRuntime* flib_runtime,
Dxla_compiler.h413 FunctionLibraryRuntime* flib_runtime() const { return flib_runtime_; } in flib_runtime() function
Dxla_compiler.cc470 FunctionLibraryRuntime* flib_runtime, in GetFunctionBody() argument
473 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetFunctionBody()
476 *fbody = flib_runtime->GetFunctionBody(handle); in GetFunctionBody()