Searched defs:core_runtime (Results 1 – 8 of 8) sorted by relevance
31 void RegisterOpHandlers(CoreRuntime* core_runtime, in RegisterOpHandlers()
32 EagerOpHandlerSelector::EagerOpHandlerSelector(CoreRuntime* core_runtime, in EagerOpHandlerSelector()
33 static void RegisterCpuOpHandler(CoreRuntime* core_runtime, in RegisterCpuOpHandler()
63 tfrt::CoreRuntime* core_runtime() const { return core_runtime_.get(); } in core_runtime() function
158 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime()
33 static void RegisterGpuOpHandler(CoreRuntime* core_runtime, in RegisterGpuOpHandler()
126 auto* core_runtime = runtime.core_runtime(); in CreateBefFileFromBefBuffer() local
85 tfrt::CoreRuntime* core_runtime; member