Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp394 Shape activationTempShape; in eval() local
395 activationTempShape.dimensions = {SizeOfDimension(input_, 0), in eval()
399 std::vector<int16_t> activationTemp(getNumberOfElements(activationTempShape)); in eval()
424 convertShapeToDims(activationTempShape), inputToInputWeights_->zeroPoint, in eval()