Searched refs:weights_val (Results 1 – 2 of 2) sorted by relevance
41 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in MatrixBatchVectorMultiplyAccumulate() local42 acc += input_val * weights_val; in MatrixBatchVectorMultiplyAccumulate()
112 int16_t weights_val = in quantizedLstmStep() local114 accum += input_val * weights_val; in quantizedLstmStep()