Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp353 std::vector<std::optional<Version>>* subgraphVersionCache);
358 std::vector<std::optional<Version>>* subgraphVersionCache) { in validateOperandDataLocation() argument
407 subgraphs, subgraphVersionCache)); in validateOperandDataLocation()
634 std::vector<std::optional<Version>>* subgraphVersionCache) { in validateOperand() argument
643 subgraphs, subgraphVersionCache))); in validateOperand()
665 std::vector<std::optional<Version>>* subgraphVersionCache) { in validateOperands() argument
670 subgraphVersionCache); in validateOperands()
842 std::vector<std::optional<Version>>* subgraphVersionCache) { in validateModelSubgraph() argument
843 CHECK(subgraphVersionCache != nullptr); in validateModelSubgraph()
844 CHECK_EQ(referenced.size(), subgraphVersionCache->size()); in validateModelSubgraph()
[all …]
/packages/modules/NeuralNetworks/common/
DMetaModel.cpp173 auto subgraphVersionCache = createSubgraphVersionCache(subgraphs.size()); in getIndex() local
176 subgraphs, subgraphVersionCache.get()) in getIndex()
340 auto subgraphVersionCache = createSubgraphVersionCache(mModel.referenced.size()); in getNoncompliantOperations() local
347 mModel.referenced, subgraphVersionCache.get()) in getNoncompliantOperations()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DValidation.h142 SubgraphVersionCache* subgraphVersionCache);
147 SubgraphVersionCache* subgraphVersionCache);