Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp388 Shape concatTempShape; in eval() local
389 concatTempShape.dimensions = {SizeOfDimension(input_, 0), getSizeOfDimension(weightsShape, 1)}; in eval()
395 std::vector<uint8_t> concatTemp(getNumberOfElements(concatTempShape)); in eval()
420 convertShapeToDims(concatTempShape), activationTemp.data(), in eval()