Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp87 enum class OperandLocation { BUFFER, MEMORY }; // where the operand reside enum in __anon9006201d0111::UnspecifiedDimensionsTest
150 std::string toString(OperandLocation loc) { in toString()
152 case OperandLocation::BUFFER: in toString()
154 case OperandLocation::MEMORY: 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()
[all …]