Searched refs:operand0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 943 OperandTypeWithExtraParams operand0{ANeuralNetworksOperandType{ in TEST() local 962 const auto mutationSet = mutator.ValidInputsMutations({operand0, operand1, operand2}); in TEST() 973 operand0, std::vector<uint32_t>({0, 0})), in TEST() 975 operand0, std::vector<uint32_t>({0, 0, 1})))); in TEST() 991 OperandTypeWithExtraParams operand0{ANeuralNetworksOperandType{ in TEST() local 1010 const auto mutationSet = mutator.InvalidInputsMutations({operand0, operand1, operand2}); in TEST() 1018 IsMutationWithDimensions(operand0, std::vector<uint32_t>({0}))); in TEST()
|