Home
last modified time | relevance | path

Searched defs:BiasType (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dquantized_lstm.mod.py45 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 Dqlstm_noprojection.mod.py48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable
H A Dqlstm_projection.mod.py48 BiasType = ("TENSOR_INT32", [num_units], 0.0, 0) variable