Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/fallback/
Dop_kernel_runner.h70 return function_library_runtime_; in function_library_runtime()
90 tensorflow::FunctionLibraryRuntime* function_library_runtime_ = nullptr; variable
Dop_kernel_runner.cc137 function_library_runtime_(function_library_runtime), in OpKernelRunner()
142 DCHECK(function_library_runtime_); in OpKernelRunner()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dop_kernel_runner.h89 return function_library_runtime_; in function_library_runtime()
109 tensorflow::FunctionLibraryRuntime* function_library_runtime_ = nullptr; variable
Dop_kernel_runner.cc134 function_library_runtime_(function_library_runtime), in OpKernelRunner()
139 DCHECK(function_library_runtime_); in OpKernelRunner()