Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h77 uint32_t operandCount() const { in operandCount() function
DExecutionPlan.cpp321 const uint32_t operandCount = static_cast<uint32_t>(sourceModelOperands.size()); in addOperation() local
/frameworks/ml/nn/common/
DValidateHal.cpp552 const size_t operandCount = operands.size(); in validateModelInputOutputs() local
DOperationsUtils.cpp38 uint32_t operandCount, in validateOperandTypes()
DUtils.cpp640 int validateOperandList(uint32_t count, const uint32_t* list, uint32_t operandCount, in validateOperandList()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp433 const uint32_t operandCount = stats.mBuilder->operandCount(); in operator <<() local