Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp51 Shape removeFirstDim(const Shape& input) { in removeFirstDim() function
198 Shape fixedTimeInputShape = removeFirstDim(inputShape); in executeTyped()
201 fixedTimeAuxInputShape = removeFirstDim(auxInputShape); in executeTyped()