Searched defs:recurrent_sparse (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libopus/dnn/torch/weight-exchange/wexchange/torch/ |
H A D | torch.py | 180 def dump_torch_gru_weights(where, gru, name='gru', input_sparse=False, recurrent_sparse=False, quan… argument 207 def dump_torch_grucell_weights(where, gru, name='gru', input_sparse=False, recurrent_sparse=False, … argument
|
/aosp_15_r20/external/libopus/dnn/torch/weight-exchange/wexchange/tf/ |
H A D | tf.py | 37 def dump_tf_gru_weights(where, gru, name='gru', input_sparse=False, recurrent_sparse=False, quantiz… argument
|