/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 357 const std::vector<Model::Subgraph>& subgraphs, in validateOperandDataLocation() argument 400 NN_RET_CHECK_LT(location.offset, subgraphs.size()) in validateOperandDataLocation() 402 << " >= " << subgraphs.size(); in validateOperandDataLocation() 406 subgraphs[location.offset], location.offset, operandValuesSize, poolSizes, in validateOperandDataLocation() 407 subgraphs, subgraphVersionCache)); in validateOperandDataLocation() 633 const std::vector<Model::Subgraph>& subgraphs, in validateOperand() argument 643 subgraphs, subgraphVersionCache))); in validateOperand() 664 const std::vector<size_t>& poolSizes, const std::vector<Model::Subgraph>& subgraphs, in validateOperands() argument 669 auto result = validateOperand(operands[i], operandValuesSize, poolSizes, subgraphs, in validateOperands() 682 const std::vector<Version>& operandVersions, const std::vector<Model::Subgraph>& subgraphs); [all …]
|
/packages/modules/NeuralNetworks/common/ |
D | ModelUtils.cpp | 95 void identifyUsedSubgraphs(uint32_t current, const std::vector<Model::Subgraph>& subgraphs, 102 const std::vector<Model::Subgraph>& subgraphs, std::vector<bool>* used) { in identifyUsedSubgraphs() argument 105 identifyUsedSubgraphs(operand.location.offset, subgraphs, used); in identifyUsedSubgraphs() 116 void identifyUsedSubgraphs(uint32_t current, const std::vector<Model::Subgraph>& subgraphs, in identifyUsedSubgraphs() argument 119 CHECK_EQ(subgraphs.size(), used->size()); in identifyUsedSubgraphs() 120 CHECK_LT(current, subgraphs.size()); in identifyUsedSubgraphs() 129 identifyUsedSubgraphs(subgraphs[current].operands, subgraphs, used); in identifyUsedSubgraphs()
|
D | MetaModel.cpp | 172 const std::vector<Model::Subgraph> subgraphs; in getIndex() local 173 auto subgraphVersionCache = createSubgraphVersionCache(subgraphs.size()); in getIndex() 176 subgraphs, subgraphVersionCache.get()) in getIndex()
|
D | ValidateHal.cpp | 171 const hardware::hidl_vec<V1_3::Subgraph>& subgraphs, in validateOperands() argument 388 if (location.offset >= subgraphs.size()) { in validateOperands() 390 << " >= " << subgraphs.size(); in validateOperands() 453 const hardware::hidl_vec<V1_3::Subgraph>& subgraphs, in validateOperations() argument 455 auto canonicalSubgraphs = uncheckedConvert(subgraphs); in validateOperations()
|
D | LegacyHalUtils.cpp | 1785 std::vector<Model::Subgraph> uncheckedConvert(const hardware::hidl_vec<V1_3::Subgraph>& subgraphs) { in uncheckedConvert() argument 1786 return convertVec<Model::Subgraph>(subgraphs); in uncheckedConvert()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzTest.cpp | 90 const std::vector<Model>& subgraphs) { in CreateSubgraph() argument 110 model.setOperandValueFromModel(index, &subgraphs[referencedSubgraphIndex]); in CreateSubgraph() 147 std::vector<Model> subgraphs(testModel.referenced.size() + 1); in CreateModels() local 149 auto subgraph = CreateSubgraph(testModel, index, subgraphs); in CreateModels() 151 subgraphs[index] = std::move(subgraph).value(); in CreateModels() 154 return subgraphs; in CreateModels()
|
D | Converter.cpp | 170 std::vector<TestSubgraph> convert(const Subgraphs& subgraphs) { in convert() argument 172 testSubgraphs.reserve(subgraphs.subgraph_size()); in convert() 173 const auto& repeatedSubgraph = subgraphs.subgraph(); in convert()
|
D | GenerateCorpus.cpp | 147 Subgraphs convert(const std::vector<TestSubgraph>& subgraphs) { in convert() argument 149 for (const auto& subgraph : subgraphs) { in convert()
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Validation.h | 120 const std::vector<Model::Subgraph>& subgraphs); 141 const std::vector<size_t>& poolSizes, const std::vector<Model::Subgraph>& subgraphs, 146 const std::vector<Model::Subgraph>& subgraphs,
|
/packages/modules/NeuralNetworks/common/include/ |
D | LegacyHalUtils.h | 364 std::vector<Model::Subgraph> uncheckedConvert(const hardware::hidl_vec<V1_3::Subgraph>& subgraphs);
|
/packages/apps/TV/libs/m2/ |
D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 7072 * two branch subgraphs, where performance for a subgraph is the sum of the 7740 * Referenced subgraphs.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|