Searched refs:dump_statistical_model (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libopus/dnn/torch/rdovae/ |
H A D | export_rdovae_weights.py | 71 def dump_statistical_model(writer, w, name, xmlout): function 158 …latent_dim, latent_mask, latent_scale = dump_statistical_model(stats_writer, qembedding[:, :, :ori… 159 …state_dim, state_mask, state_scale = dump_statistical_model(stats_writer, qembedding[:, :, orig_la…
|
/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | dump_rdovae.py | 88 def dump_statistical_model(qembedding, f, fh): function 216 dump_statistical_model(qembedding, source_fid, header_fid)
|