Searched defs:BiasType (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A 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
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | qlstm_noprojection.mod.py | 48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable
|
H A D | qlstm_projection.mod.py | 48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable
|