Home
last modified time | relevance | path

Searched refs:printSparseVector (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dkeraslayerdump.py55 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 Ddump_plc.py72 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 Ddump_lpcnet.py83 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)