Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DValidateHal.cpp385 const size_t operandCount = operands.size(); in validateOperations() local
458 const size_t operandCount = operands.size(); in validateModelInputOutputs() local
DOperationsUtils.cpp31 uint32_t operandCount, in validateOperandTypes()
DUtils.cpp488 int validateOperandList(uint32_t count, const uint32_t* list, uint32_t operandCount, in validateOperandList()
/frameworks/ml/nn/runtime/
DModelBuilder.h73 uint32_t operandCount() const { in operandCount() function
DExecutionPlan.cpp392 const uint32_t operandCount = static_cast<uint32_t>(globalOperands.size()); in addOperation() local
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp448 const uint32_t operandCount = stats.mBuilder->operandCount(); in operator <<() local