Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp169 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()
525 for (const auto kOperandLocation : mOperandLocationChoices) { in TestAll()
547 std::vector<OperandLocation> mOperandLocationChoices; member in __anon9006201d0111::UnspecifiedDimensionsTest