Home
last modified time | relevance | path

Searched refs:IdentifyOutputs (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dwhile_sum_of_powers.mod.py42 model.IdentifyOutputs(out)
55 model.IdentifyOutputs(xi_out, j_out)
68 model.IdentifyOutputs(out)
86 model.IdentifyOutputs(sum_out, i_out)
Dwhile_sum_of_powers_quant8_signed.mod.py46 model.IdentifyOutputs(out)
59 model.IdentifyOutputs(xi_out, j_out)
72 model.IdentifyOutputs(out)
91 model.IdentifyOutputs(sum_out, i_out)
Dwhile_sum_of_powers_quant8.mod.py46 model.IdentifyOutputs(out)
59 model.IdentifyOutputs(xi_out, j_out)
72 model.IdentifyOutputs(out)
91 model.IdentifyOutputs(sum_out, i_out)
Dwhile_infinite_loop.mod.py33 model.IdentifyOutputs(out)
43 model.IdentifyOutputs(i_out)
Dwhile_fib.mod.py39 model.IdentifyOutputs(out)
61 model.IdentifyOutputs(fib_out, i_out)
/frameworks/ml/nn/runtime/test/specs/V1_3_cts_only/
Dwhile_fib_unknown_dimension.mod.py41 model.IdentifyOutputs(out)
68 model.IdentifyOutputs(fib_out, i_out)
Dwhile_fib_unknown_rank.mod.py41 model.IdentifyOutputs(out)
68 model.IdentifyOutputs(fib_out, i_out)
/frameworks/ml/nn/tools/test_generator/
DREADME.md368 Use `Model.IdentifyInputs` and `Model.IdentifyOutputs` to explicitly specify
382 model.IdentifyOutputs(out)
393 model.IdentifyOutputs(a_out, b_out)
Dtest_generator.py481 def IdentifyOutputs(self, *args): member in Model