Home
last modified time | relevance | path

Searched refs:addRefModelOperand (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp767 const uint32_t opndTrue = addRefModelOperand(trueModel); in addIfOperation()
768 const uint32_t opndFalse = addRefModelOperand(falseModel); in addIfOperation()
778 const uint32_t condOperand = addRefModelOperand(condModel); in addWhileOperation()
779 const uint32_t bodyOperand = addRefModelOperand(bodyModel); in addWhileOperation()
847 uint32_t addRefModelOperand(const PartitioningModel& model) { in addRefModelOperand() function in __anon83dd480d0111::PartitioningModel