Searched refs:CwiseAdd (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/ |
D | QuantUtils.h | 191 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input,
|
D | QuantUtils.cpp | 138 void CwiseAdd(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, in CwiseAdd() function
|
/frameworks/ml/nn/common/operations/ |
D | QLSTM.cpp | 743 CwiseAdd(forgetGateBuffer.data(), cellGateBuffer.data(), batchSize, numUnits, cellStateBuffer); in execute()
|