Home
last modified time | relevance | path

Searched defs:function_library_runtime (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/
H A Dop_kernel_runner.cc121 tensorflow::FunctionLibraryRuntime* function_library_runtime = nullptr; in Create() local
134 tensorflow::FunctionLibraryRuntime* function_library_runtime, in OpKernelRunner()
H A Dop_kernel_runner.h69 tensorflow::FunctionLibraryRuntime* function_library_runtime() const { in function_library_runtime() function
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dop_kernel_runner.cc102 tensorflow::FunctionLibraryRuntime* function_library_runtime = nullptr; in Create() local
131 tensorflow::FunctionLibraryRuntime* function_library_runtime, in OpKernelRunner()
H A Dop_kernel_runner.h88 tensorflow::FunctionLibraryRuntime* function_library_runtime() const { in function_library_runtime() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device_test.cc60 FunctionLibraryRuntime* function_library_runtime() const { return flr_; } in function_library_runtime() function in tensorflow::__anon79d852060111::TestEnv