Home
last modified time | relevance | path

Searched refs:printVector (Results 1 – 2 of 2) sorted by relevance

/external/libopus/scripts/
Ddump_rnn.py14 def printVector(f, vector, name): function
45 printVector(f, weights[0], 'layer0_weights')
46 printVector(f, weights[1], 'layer0_bias')
47 printVector(f, weights[2], 'layer1_weights')
48 printVector(f, weights[3], 'layer1_recur_weights')
49 printVector(f, weights[4], 'layer1_bias')
50 printVector(f, weights[5], 'layer2_weights')
51 printVector(f, weights[6], 'layer2_bias')
/external/clang/lib/Analysis/
DUninitializedValues.cpp158 static void printVector(const CFGBlock *block, ValueVector &bv, in printVector() function
187 printVector(block, scratch, 0); in updateValueVectorWithScratch()