Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp449 Shape transposedInputShape; in LSTMEvalFloat32() local
459 transposeFirstTwoDimensions(input_shape, &transposedInputShape); in LSTMEvalFloat32()
461 transposedOutputShape = transposedInputShape; in LSTMEvalFloat32()
684 Shape transposedInputShape; in LSTMEvalFloat16() local
695 transposeFirstTwoDimensions(input_shape, &transposedInputShape); in LSTMEvalFloat16()
697 transposedOutputShape = transposedInputShape; in LSTMEvalFloat16()