Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp646 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand() argument
655 switch (static_cast<int>(wrapperType)) { in addOperand()
663 return addOperand(WrapperOperandType{wrapperType, {}}); in addOperand()
670 return addOperand(WrapperOperandType{wrapperType, dimensions()}); in addOperand()
679 return addOperand(WrapperOperandType{wrapperType, dimensions(), 1.0f}); in addOperand()
683 return addOperand(WrapperOperandType{wrapperType, dimensions(), in addOperand()
688 ADD_FAILURE() << "Unexpected type " << static_cast<uint32_t>(wrapperType); in addOperand()