Home
last modified time | relevance | path

Searched refs:CounterType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dwhile_sum_of_powers.mod.py31 CounterType = ["TENSOR_INT32", [1]] variable
36 j = Input("j", CounterType)
37 i = Input("i", CounterType)
48 j = Input("j", CounterType)
49 i = Input("i", CounterType)
52 j_out = Output("j_out", CounterType)
62 i = Input("i", CounterType)
63 n = Input("n", CounterType)
74 i = Input("i", CounterType)
75 n = Input("n", CounterType)
[all …]
Dwhile_sum_of_powers_quant8.mod.py32 CounterType = ["TENSOR_INT32", [1]] variable
40 j = Input("j", CounterType)
41 i = Input("i", CounterType)
52 j = Input("j", CounterType)
53 i = Input("i", CounterType)
56 j_out = Output("j_out", CounterType)
66 i = Input("i", CounterType)
67 n = Input("n", CounterType)
78 i = Input("i", CounterType)
79 n = Input("n", CounterType)
[all …]
Dwhile_sum_of_powers_quant8_signed.mod.py32 CounterType = ["TENSOR_INT32", [1]] variable
40 j = Input("j", CounterType)
41 i = Input("i", CounterType)
52 j = Input("j", CounterType)
53 i = Input("i", CounterType)
56 j_out = Output("j_out", CounterType)
66 i = Input("i", CounterType)
67 n = Input("n", CounterType)
78 i = Input("i", CounterType)
79 n = Input("n", CounterType)
[all …]
Dwhile_infinite_loop.mod.py24 CounterType = ["TENSOR_FLOAT32", [1]] variable
28 i = Input("i", CounterType)
29 n = Input("n", CounterType)
38 i = Input("i", CounterType)
39 n = Input("n", CounterType)
40 i_out = Output("i_out", CounterType)
47 n = Input("n", CounterType)
48 i_out = Output("i_out", CounterType)
Dwhile_fib.mod.py29 CounterType = ["TENSOR_INT32", [1]] variable
34 i = Input("i", CounterType)
35 n = Input("n", CounterType)
53 i = Input("i", CounterType)
54 n = Input("n", CounterType)
56 i_out = Output("i_out", CounterType)
81 n = Input("n", CounterType)
89 i_out = Internal("i_out", CounterType) # Unused.
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
Dwhile_fib_unknown_dimension.mod.py28 CounterType = ["TENSOR_INT32", [1]] variable
36 i = Input("i", CounterType)
37 n = Input("n", CounterType)
55 i = Input("i", CounterType)
56 n = Input("n", CounterType)
58 i_out = Output("i_out", CounterType)
96 n = Input("n", CounterType)
104 i_out = Internal("i_out", CounterType) # Unused.
Dwhile_fib_unknown_rank.mod.py28 CounterType = ["TENSOR_INT32", [1]] variable
36 i = Input("i", CounterType)
37 n = Input("n", CounterType)
55 i = Input("i", CounterType)
56 n = Input("n", CounterType)
58 i_out = Output("i_out", CounterType)
96 n = Input("n", CounterType)
104 i_out = Internal("i_out", CounterType) # Unused.