Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp87 enum class OperandLocation { BUFFER, MEMORY }; // where the operand reside enumerator
152 case OperandLocation::BUFFER: in toString()
169 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
175 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
181 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
188 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
194 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
200 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
295 if (mOperandLocation == OperandLocation::BUFFER) { in TestOne()