Searched defs:BiasType (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 45 BiasType = ("TENSOR_INT32", [n_output], weights_scale / 128., 0) variable 140 BiasType = ("TENSOR_INT32", [n_output], weights_scale / 128., 0) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | qlstm_noprojection.mod.py | 48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable
|
D | qlstm_projection.mod.py | 48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable
|