Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp80 Shape removeFirstDim(const Shape& input) { in removeFirstDim() function
227 Shape fixedTimeInputShape = removeFirstDim(inputShape); in executeTyped()
230 fixedTimeAuxInputShape = removeFirstDim(auxInputShape); in executeTyped()