Home
last modified time | relevance | path

Searched refs:function_library_runtime (Results 1 – 7 of 7) 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
123 function_library_runtime = in Create()
127 TF_RETURN_IF_ERROR(CreateOpKernel(function_library_runtime, in Create()
129 return OpKernelRunner(device, function_library_runtime, std::move(op_kernel)); in Create()
134 tensorflow::FunctionLibraryRuntime* function_library_runtime, in OpKernelRunner() argument
137 function_library_runtime_(function_library_runtime), in OpKernelRunner()
H A Dop_kernel_runner.h69 tensorflow::FunctionLibraryRuntime* function_library_runtime() const { in function_library_runtime() function
86 tensorflow::FunctionLibraryRuntime* function_library_runtime,
/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
119 function_library_runtime = in Create()
124 TF_RETURN_IF_ERROR(CreateOpKernel(function_library_runtime, in Create()
126 return OpKernelRunner(device, function_library_runtime, std::move(op_kernel)); in Create()
131 tensorflow::FunctionLibraryRuntime* function_library_runtime, in OpKernelRunner() argument
134 function_library_runtime_(function_library_runtime), in OpKernelRunner()
H A Dop_kernel_runner.h88 tensorflow::FunctionLibraryRuntime* function_library_runtime() const { in function_library_runtime() function
105 tensorflow::FunctionLibraryRuntime* function_library_runtime,
H A Dkernel_fallback_utils.cc41 params.function_library = runner.function_library_runtime(); in SetUpParams()
/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
116 KernelAndDeviceOp k(nullptr, false, env.function_library_runtime(), nullptr, in BM_KernelAndDeviceInit()
137 KernelAndDeviceOp k(nullptr, false, env.function_library_runtime(), nullptr, in BM_KernelAndDeviceRun()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dkernel.cc424 op_kernel_runner.function_library_runtime(); in ExecuteOpKernelRunner()