Home
last modified time | relevance | path

Searched refs:operand1 (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):
51 input0 = operand1.as_input
57 input0: operand1.data,
59 }, model=model, name='{}_to_{}'.format(operand1.name, operand2.name))
61 if operand1.supports_relaxation or operand2.supports_relaxation:
87 for operand1 in operands:
88 input0 = operand1.as_input
94 input0: operand1.data,
96 }, model=model, name='{}_to_quant8_overflow'.format(operand1.name))
98 if operand1.supports_relaxation:
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp950 OperandTypeWithExtraParams operand1{ANeuralNetworksOperandType{ in TEST() local
963 const auto mutationSet = mutator.ValidInputsMutations({operand0, operand1, operand2}); in TEST()
978 EXPECT_EQ(mutatedInputs[1], operand1); in TEST()
998 OperandTypeWithExtraParams operand1{ANeuralNetworksOperandType{ in TEST() local
1011 const auto mutationSet = mutator.InvalidInputsMutations({operand0, operand1, operand2}); in TEST()
1021 EXPECT_EQ(mutatedInputs[1], operand1); in TEST()