Searched defs:core_runtime (Results 1 – 9 of 9) sorted by relevance
70 tfrt::CoreRuntime* core_runtime() const { return core_runtime_.get(); } in core_runtime() function
186 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime()
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()
33 static void RegisterGpuOpHandler(CoreRuntime* core_runtime, in RegisterGpuOpHandler()
85 tfrt::CoreRuntime* core_runtime; member
433 tfrt::CoreRuntime* core_runtime; member
432 auto* core_runtime = options.runtime->core_runtime(); in OpenBefFile() local