Searched refs:GetAlgoPluginType (Results 1 – 7 of 7) sorted by relevance
94 int Request::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::Request166 int IRequest::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::IRequest168 return RequestCast::Ref(this).GetAlgoPluginType(); in GetAlgoPluginType()
36 algoPluginType_ = request->GetAlgoPluginType(); in Response()75 int Response::GetAlgoPluginType() const in GetAlgoPluginType() function in OHOS::AI::Response
106 int GetAlgoPluginType() const;
104 int GetAlgoPluginType() const;
73 int GetAlgoPluginType() const;
70 int GetAlgoPluginType() const;
120 HILOGI("[ServerExecutor]Begin to call SyncExecute, algoType:%d.", request->GetAlgoPluginType()); in SyncExecute()