Home
last modified time | relevance | path

Searched refs:GetModelInstance (Results 1 – 3 of 3) sorted by relevance

/external/executorch/examples/mediatek/executor_runner/llama_runner/
DMultiModelLoader.cpp34 GetModelInstance() == nullptr, in LoadModels()
47 GetModelInstance() == nullptr, in LoadModels()
60 ReleaseModelInstance(GetModelInstance()); in ReleaseModels()
67 ReleaseModelInstance(GetModelInstance()); in ReleaseModels()
73 void* MultiModelLoader<IdType>::GetModelInstance() const { in GetModelInstance() function in example::MultiModelLoader
112 if (HasModel(mCurrentModelId) && GetModelInstance() != nullptr) { in SelectModel()
113 ReleaseModelInstance(GetModelInstance()); in SelectModel()
DMultiModelLoader.h48 void* GetModelInstance() const;
DModelChunk.cpp489 auto modelInstance = reinterpret_cast<ModelInstance*>(GetModelInstance()); in GetModelMethod()