Home
last modified time | relevance | path

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

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