Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp93 enum class OperandLocation { BUFFER, MEMORY }; // where the operand reside enum in __anon1e0d2ba30111::UnspecifiedDimensionsTest
164 std::string toString(OperandLocation loc) { in toString()
166 case OperandLocation::BUFFER: in toString()
168 case OperandLocation::MEMORY: in toString()
196 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
205 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
211 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
218 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
224 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
230 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
[all …]