Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceRNN.cpp71 std::vector<T> inputTransposed; in executeTyped() local
75 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()
77 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()
78 input = inputTransposed.data(); in executeTyped()
DBidirectionalSequenceRNN.cpp145 std::vector<T> inputTransposed; in executeTyped() local
151 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()
161 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()
167 input = inputTransposed.data(); in executeTyped()