Home
last modified time | relevance | path

Searched refs:AddRelaxed (Results 1 – 11 of 11) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dsplit_quant8_signed.mod.py36 Example((input_dict, output_dict)).AddRelaxed()
57 Example((input_dict, output_dict)).AddRelaxed()
Dcast_identity.mod.py91 example.AddRelaxed()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dcast.mod.py62 example.AddRelaxed()
99 example.AddRelaxed()
Dsplit_int32_2.mod.py37 Example((input_dict, output_dict)).AddRelaxed()
Dsplit_quant8_2.mod.py37 Example((input_dict, output_dict)).AddRelaxed()
Dsplit_int32_4.mod.py36 Example((input_dict, output_dict)).AddRelaxed()
Dsplit_int32_1.mod.py38 Example((input_dict, output_dict)).AddRelaxed()
Dsplit_int32_3.mod.py39 Example((input_dict, output_dict)).AddRelaxed()
Dsplit_quant8_1.mod.py38 Example((input_dict, output_dict)).AddRelaxed()
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md309 example.AddRelaxed()
Dtest_generator.py1114 def AddRelaxed(self, isRelaxed=True, includeDefault=True, defaultName=None): member in Example