Home
last modified time | relevance | path

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

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