Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp828 const uint32_t opndTrue = addRefModelOperand(trueModel); in addIfOperation()
829 const uint32_t opndFalse = addRefModelOperand(falseModel); in addIfOperation()
839 const uint32_t condOperand = addRefModelOperand(condModel); in addWhileOperation()
840 const uint32_t bodyOperand = addRefModelOperand(bodyModel); in addWhileOperation()
908 uint32_t addRefModelOperand(const PartitioningModel& model) { in addRefModelOperand() function in __anonb50294d30111::PartitioningModel