Searched defs:GetHostContext (Results 1 – 5 of 5) sorted by relevance
48 HostContext* GetHostContext() const { return saved_model_->GetHostContext(); } in GetHostContext() function
465 HostContext* SavedModel::GetHostContext() const { in GetHostContext() function in tfrt::SavedModel
42 HostContext* GetHostContext() { return host_context_; } in GetHostContext() function
1117 HostContext* ContextInterface::GetHostContext() { in GetHostContext() function in tfrt::tf::ContextInterface
200 tfrt::HostContext* GetHostContext() const { return host_ctx_.get(); } in GetHostContext() function