Home
last modified time | relevance | path

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

/external/executorch/examples/mediatek/executor_runner/llama_runner/
DMultiModelLoader.cpp31 if (!AllowModelsCoexist()) { in LoadModels()
58 if (!AllowModelsCoexist()) { in ReleaseModels()
106 } else if (AllowModelsCoexist()) { in SelectModel()
156 mModelInstanceMap[id] = AllowModelsCoexist() in AddModel()
DMultiModelLoader.h84 virtual bool AllowModelsCoexist() const { in AllowModelsCoexist() function
DModelChunk.h103 bool AllowModelsCoexist() const override { in AllowModelsCoexist() function