Home
last modified time | relevance | path

Searched refs:GetCoreRuntime (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/eager/
Dop_cache.cc48 context->GetCoreRuntime()->MakeOp(tfrt_op_name, op_handler); in GetOrAddOp()
70 Expected<CoreRuntimeOp> expected_op = context->GetCoreRuntime()->MakeOp( in GetOrAddXlaOp()
Dtfrt_context.h86 CoreRuntime* GetCoreRuntime() { return corert_.get(); } in GetCoreRuntime() function
Dop_cache_test.cc130 ->GetCoreRuntime() in TEST_F()
Dc_api_tfrt.cc586 GetCoreRuntime(), GetEagerContext(), GetFallbackOpHandler(), in ContextInterface()
1159 return GetCoreRuntime()->GetHostContext(); in GetHostContext()
1170 CoreRuntime* ContextInterface::GetCoreRuntime() { in GetCoreRuntime() function in tfrt::tf::ContextInterface
1171 return context_.GetCoreRuntime(); in GetCoreRuntime()
1315 auto* corert = context_->GetCoreRuntime(); in Execute()
1431 CoreRuntime* corert = context_->GetCoreRuntime(); in Initialize()
Dfunction_cache_test.cc216 ::tfrt::CoreRuntime* corert = tfrt_ctx->GetCoreRuntime(); in TEST_P()
Dc_api_tfrt.h223 CoreRuntime* GetCoreRuntime();
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc127 tfrt_context->GetCoreRuntime()->GetHostContext())); in TFE_NewContext()