Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceRNN.cpp75 std::vector<T> inputTransposed; in executeTyped() local
79 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()
81 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()
82 input = inputTransposed.data(); in executeTyped()
DBidirectionalSequenceRNN.cpp125 std::vector<T> inputTransposed; in executeTyped() local
131 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()
141 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()
147 input = inputTransposed.data(); in executeTyped()