Home
last modified time | relevance | path

Searched defs:core_runtime (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/core_runtime/
H A Dop_handler_registry.cc31 void RegisterOpHandlers(CoreRuntime* core_runtime, in RegisterOpHandlers()
H A Dop_handler_selector.cc32 EagerOpHandlerSelector::EagerOpHandlerSelector(CoreRuntime* core_runtime, in EagerOpHandlerSelector()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/backends/cpu/
H A Dcpu_registration.cc33 static void RegisterCpuOpHandler(CoreRuntime* core_runtime, in RegisterCpuOpHandler()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/
H A Druntime.h63 tfrt::CoreRuntime* core_runtime() const { return core_runtime_.get(); } in core_runtime() function
H A Druntime.cc158 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/backends/gpu/
H A Dgpu_registration.cc33 static void RegisterGpuOpHandler(CoreRuntime* core_runtime, in RegisterGpuOpHandler()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dutils.cc126 auto* core_runtime = runtime.core_runtime(); in CreateBefFileFromBefBuffer() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dbef_thunk.cc85 tfrt::CoreRuntime* core_runtime; member