Lines Matching refs:OperandLocation
87 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()
258 if (mOperandLocation == OperandLocation::MEMORY && memory != nullptr) { in setInOut()
295 if (mOperandLocation == OperandLocation::BUFFER) { in TestOne()
381 const T* outputBuffer = mOperandLocation == OperandLocation::MEMORY in TestOne()
547 std::vector<OperandLocation> mOperandLocationChoices;
551 OperandLocation mOperandLocation;