Home
last modified time | relevance | path

Searched refs:BoolType (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dwhile_sum_of_powers.mod.py32 BoolType = ["TENSOR_BOOL8", [1]] variable
39 out = Output("out", BoolType)
65 out = Output("out", BoolType)
Dwhile_sum_of_powers_quant8.mod.py33 BoolType = ["TENSOR_BOOL8", [1]] variable
43 out = Output("out", BoolType)
69 out = Output("out", BoolType)
Dwhile_sum_of_powers_quant8_signed.mod.py33 BoolType = ["TENSOR_BOOL8", [1]] variable
43 out = Output("out", BoolType)
69 out = Output("out", BoolType)
Dif_no_value.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
36 cond = Parameter("cond", BoolType, value=None)
Dif_same_branch_model.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
33 x = Input("x", BoolType)
Dif_simple.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
32 x = Input("x", BoolType)
Dwhile_infinite_loop.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
30 out = Output("out", BoolType)
Dif_constant.mod.py28 BoolType = ["TENSOR_BOOL8", [1]] variable
40 cond = Parameter("cond", BoolType, [value])
Dwhile_fib.mod.py30 BoolType = ["TENSOR_BOOL8", [1]] variable
36 out = Output("out", BoolType)
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
Dif_simple_unknown_dimension.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
33 x = Input("x", BoolType)
Dif_simple_unknown_rank.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
33 x = Input("x", BoolType)
Dwhile_fib_unknown_dimension.mod.py29 BoolType = ["TENSOR_BOOL8", [1]] variable
38 out = Output("out", BoolType)
Dwhile_fib_unknown_rank.mod.py29 BoolType = ["TENSOR_BOOL8", [1]] variable
38 out = Output("out", BoolType)
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md374 BoolType = ["TENSOR_BOOL8", [1]]
379 out = Output("out", BoolType)