Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dcast.mod.py50 for operand1, operand2 in itertools.product(operands, operands):
52 output0 = operand2.as_output
58 output0: operand2.data,
59 }, model=model, name='{}_to_{}'.format(operand1.name, operand2.name))
61 if operand1.supports_relaxation or operand2.supports_relaxation:
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp956 OperandTypeWithExtraParams operand2{ANeuralNetworksOperandType{ in TEST() local
963 const auto mutationSet = mutator.ValidInputsMutations({operand0, operand1, operand2}); in TEST()
983 operand2, std::vector<uint32_t>({2, 2})), in TEST()
985 operand2, std::vector<uint32_t>({2, 2, 1})))); in TEST()
1004 OperandTypeWithExtraParams operand2{ANeuralNetworksOperandType{ in TEST() local
1011 const auto mutationSet = mutator.InvalidInputsMutations({operand0, operand1, operand2}); in TEST()
1024 IsMutationWithDimensions(operand2, std::vector<uint32_t>({2}))); in TEST()