Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp155 std::string toString(OperandLocation loc) { in toString()
157 case OperandLocation::BUFFER: in toString()
159 case OperandLocation::MEMORY: in toString()
187 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
196 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
202 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
209 mOperandLocationChoices = {OperandLocation::BUFFER}; in SetUp()
221 mOperandLocationChoices = {OperandLocation::BUFFER, OperandLocation::MEMORY}; in SetUp()
318 if (mOperandLocation == OperandLocation::BUFFER) { in TestOne()
617 std::vector<OperandLocation> mOperandLocationChoices;
[all …]