Searched refs:inputTransposed (Results 1 – 2 of 2) sorted by relevance
83 std::vector<T> inputTransposed; in executeTyped() local87 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()89 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()90 input = inputTransposed.data(); in executeTyped()
174 std::vector<T> inputTransposed; in executeTyped() local180 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()190 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()196 input = inputTransposed.data(); in executeTyped()