Searched refs:GetCoreRuntime (Results 1 – 7 of 7) sorted by relevance
48 context->GetCoreRuntime()->MakeOp(tfrt_op_name, op_handler); in GetOrAddOp()70 Expected<CoreRuntimeOp> expected_op = context->GetCoreRuntime()->MakeOp( in GetOrAddXlaOp()
86 CoreRuntime* GetCoreRuntime() { return corert_.get(); } in GetCoreRuntime() function
130 ->GetCoreRuntime() in TEST_F()
586 GetCoreRuntime(), GetEagerContext(), GetFallbackOpHandler(), in ContextInterface()1159 return GetCoreRuntime()->GetHostContext(); in GetHostContext()1170 CoreRuntime* ContextInterface::GetCoreRuntime() { in GetCoreRuntime() function in tfrt::tf::ContextInterface1171 return context_.GetCoreRuntime(); in GetCoreRuntime()1315 auto* corert = context_->GetCoreRuntime(); in Execute()1431 CoreRuntime* corert = context_->GetCoreRuntime(); in Initialize()
216 ::tfrt::CoreRuntime* corert = tfrt_ctx->GetCoreRuntime(); in TEST_P()
223 CoreRuntime* GetCoreRuntime();
127 tfrt_context->GetCoreRuntime()->GetHostContext())); in TFE_NewContext()