Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DQuantUtils.h41 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in MatrixBatchVectorMultiplyAccumulate() local
42 acc += input_val * weights_val; in MatrixBatchVectorMultiplyAccumulate()
/packages/modules/NeuralNetworks/common/operations/
DQuantizedLSTM.cpp112 int16_t weights_val = in quantizedLstmStep() local
114 accum += input_val * weights_val; in quantizedLstmStep()