Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp67 const Dims<4>& activ_temp_dims, int32_t weights_zero_point, in quantizedLstmStep() argument
88 const int fc_batches = FlatSizeSkipDim(activ_temp_dims, 0); in quantizedLstmStep()
90 MatchingArraySize(weights_dims, 1, activ_temp_dims, 0); in quantizedLstmStep()