Home
last modified time | relevance | path

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

/frameworks/ml/nn/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()
/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp115 int16_t weights_val = in quantizedLstmStep() local
117 accum += input_val * weights_val; in quantizedLstmStep()