Searched refs:printSparseVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | keraslayerdump.py | 55 def printSparseVector(f, A, name, have_diag=True): function 94 qweights = printSparseVector(f, weights[1], name + '_recurrent_weights') 121 qweight = printSparseVector(f, weights[0], name + '_weights', have_diag=False)
|
H A D | dump_plc.py | 72 def printSparseVector(f, A, name, have_diag=True): function 118 qweights = printSparseVector(f, weights[1], name + '_recurrent_weights') 145 qweight = printSparseVector(f, weights[0], name + '_weights', have_diag=False)
|
H A D | dump_lpcnet.py | 83 def printSparseVector(f, A, name, have_diag=True): function 129 qweights = printSparseVector(f, weights[1], name + '_recurrent_weights') 156 qweight = printSparseVector(f, weights[0][:gru_a_size, :], name + '_weights', have_diag=False)
|