Searched defs:operandCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
H A DModelBuilder.h58 uint32_t operandCount() const { function in class:android::nn::ModelBuilder
/frameworks/ml/nn/common/
H A DValidateHal.cpp311 const size_t operandCount = operands.size(); local
315 std::vector<bool> writtenTo(operandCount, false);
348 for (size_t i = 0; i < operandCount; i++) {
382 const size_t operandCount = operands.size(); local
384 if (i >= operandCount) {
385 LOG(ERROR) << "Model input or output index out of range: " << i << "/" << operandCount; local
H A DUtils.cpp323 int validateOperandList(uint32_t count, const uint32_t* list, uint32_t operandCount, argument
326 if (list[i] >= operandCount) {
328 << ", operandCount " << operandCount; local
/frameworks/ml/nn/runtime/test/
H A DTestPartitioningRandom.cpp415 const uint32_t operandCount = stats.mBuilder->operandCount(); local
419 << ", operandCount = " << operandCount
421 << " (" << (double(inputCount) / operandCount) << ")"
423 << " (" << (double(outputCount) / operandCount) << ")";

Completed in 184 milliseconds