Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestUnspecifiedDimensions.cpp196 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()
600 for (const auto kOperandLocation : mOperandLocationChoices) { in TestAll()
626 std::vector<OperandLocation> mOperandLocationChoices; member in __anon1e0d2ba30111::UnspecifiedDimensionsTest