Searched refs:operand0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 944 OperandTypeWithExtraParams operand0{ANeuralNetworksOperandType{ in TEST() local 963 const auto mutationSet = mutator.ValidInputsMutations({operand0, operand1, operand2}); in TEST() 974 operand0, std::vector<uint32_t>({0, 0})), in TEST() 976 operand0, std::vector<uint32_t>({0, 0, 1})))); in TEST() 992 OperandTypeWithExtraParams operand0{ANeuralNetworksOperandType{ in TEST() local 1011 const auto mutationSet = mutator.InvalidInputsMutations({operand0, operand1, operand2}); in TEST() 1019 IsMutationWithDimensions(operand0, std::vector<uint32_t>({0}))); in TEST()
|