Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DQuantUtils.h31 const int8_t* input_to_gate_weights, int32_t multiplier, in MatrixBatchVectorMultiplyAccumulate() argument
41 int8_t weights_val = input_to_gate_weights[row * n_input + col]; in MatrixBatchVectorMultiplyAccumulate()