Home
last modified time | relevance | path

Searched defs:operandCount (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.h77 uint32_t operandCount() const { in operandCount() function
H A DExecutionPlan.cpp532 const uint32_t operandCount = static_cast<uint32_t>(sourceModelOperands.size()); in addOperation() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp558 const size_t operandCount = operands.size(); in validateModelInputOutputs() local
H A DValidation.cpp778 const size_t operandCount = operands.size(); in validateModelSubgraphInputOutputs() local
1552 Result<void> validateOperandListImpl(const std::vector<uint32_t>& list, size_t operandCount, in validateOperandListImpl()
2843 Result<void> validateOperandList(const std::vector<uint32_t>& list, size_t operandCount, in validateOperandList()
H A DOperationsUtils.cpp36 uint32_t operandCount, in validateOperandTypes()
H A DLegacyUtils.cpp530 int validateOperandList(uint32_t count, const uint32_t* list, uint32_t operandCount, in validateOperandList()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp449 const uint32_t operandCount = stats.mBuilder->operandCount(); in operator <<() local