Home
last modified time | relevance | path

Searched refs:CoreRuntime (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/tfrt/runtime/
Druntime.h24 class CoreRuntime; variable
63 tfrt::CoreRuntime* core_runtime() const { return core_runtime_.get(); } in core_runtime()
92 explicit Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime,
95 std::unique_ptr<tfrt::CoreRuntime> core_runtime_;
Druntime.cc46 tensorflow::Status InitializeOpHandlers(tfrt::CoreRuntime* corert) { in InitializeOpHandlers()
132 auto expected_core_runtime = tfrt::CoreRuntime::Create( in Create()
158 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime()
/external/tensorflow/tensorflow/core/tfrt/eager/core_runtime/
Dop_handler_registry.h26 class CoreRuntime; variable
35 using OpHandlerRegistrationFn = void (*)(CoreRuntime* core_runtime,
40 void RegisterOpHandlers(CoreRuntime* core_runtime,
Dop_handler_selector.h31 class CoreRuntime; variable
44 EagerOpHandlerSelector(CoreRuntime* core_runtime, EagerContext* eager_context,
62 CoreRuntime* 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/
Dtfrt_context.h33 class CoreRuntime; variable
86 CoreRuntime* GetCoreRuntime() { return corert_.get(); } in GetCoreRuntime()
104 std::unique_ptr<CoreRuntime> corert_;
Dtfrt_context.cc73 auto rt = CoreRuntime::Create(diag_handler, CreateMallocAllocator(), in TfrtContext()
Dfunction_cache.h111 tensorflow::EagerContext* eager_ctx, tfrt::CoreRuntime* corert,
Dfunction_cache.cc48 tensorflow::EagerContext* eager_ctx, tfrt::CoreRuntime* corert, in GetOrAddFunction()
Dc_api_tfrt.h57 class CoreRuntime; variable
223 CoreRuntime* GetCoreRuntime();
Dfunction_cache_test.cc216 ::tfrt::CoreRuntime* corert = tfrt_ctx->GetCoreRuntime(); in TEST_P()
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_op_handler.cc72 explicit RuntimeFallbackOpHandler(tfrt::CoreRuntime* runtime,
79 tfrt::CoreRuntime* runtime, tfrt::string_view tf_device_name);
91 using tfrt::CoreRuntime;
287 tfrt::CoreRuntime* runtime, tfrt::string_view tf_device_name) { in CreateRuntimeFallbackOpHandler()
302 CoreRuntime* runtime, tfrt::RCReference<tfrt::Device> device, in RuntimeFallbackOpHandler()
Druntime_fallback_op_handler.h32 tfrt::CoreRuntime* runtime, tfrt::string_view tf_device_name);
Dkernel_utils.cc93 auto* runtime = tfrt::CoreRuntime::GetFromHostContext(host); in GetFallbackOp()
Druntime_fallback_batch_kernels.cc145 auto* runtime = tfrt::CoreRuntime::GetFromHostContext(host); in BatchFunctionFallback()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_op_handler.cc55 explicit KernelFallbackOpHandler(tfrt::CoreRuntime* runtime,
58 tfrt::CoreRuntime* runtime, tfrt::RCReference<tfrt::Device> device);
70 using tfrt::CoreRuntime;
316 tfrt::CoreRuntime* runtime, tfrt::RCReference<tfrt::Device> device) { in CreateKernelFallbackOpHandler()
328 CoreRuntime* runtime, RCReference<tfrt::Device> device) in KernelFallbackOpHandler()
Dkernel_fallback_op_handler.h29 tfrt::CoreRuntime* runtime, tfrt::RCReference<tfrt::Device> device);
Dkernel_fallback_kernels.cc96 auto* runtime = tfrt::CoreRuntime::GetFromHostContext(exec_ctx.host()); in CreateKernelFallbackOpHandlerKernel()
/external/tensorflow/tensorflow/core/tfrt/eager/backends/gpu/
Dgpu_registration.cc31 using ::tfrt::CoreRuntime;
33 static void RegisterGpuOpHandler(CoreRuntime* core_runtime, in RegisterGpuOpHandler()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/function/
Dfunction.h32 class CoreRuntime; variable
/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
Dsaved_model.h34 class CoreRuntime; variable
/external/tensorflow/tensorflow/core/tfrt/eager/backends/cpu/
Dcpu_registration.cc33 static void RegisterCpuOpHandler(CoreRuntime* core_runtime, in RegisterCpuOpHandler()
/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
Dop_handler_selector_test.cc323 static std::unique_ptr<CoreRuntime> CreateCoreRuntime() { in CreateCoreRuntime()
328 CoreRuntime::Create(diag_handler, tfrt::CreateMallocAllocator(), in CreateCoreRuntime()
392 std::unique_ptr<CoreRuntime> corert_;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbef_thunk.cc85 tfrt::CoreRuntime* core_runtime;
195 auto expected_core_runtime = tfrt::CoreRuntime::Create( in GetCoreRuntimeAndWorkQueue()

12