Searched refs:inputTransposed (Results 1 – 2 of 2) sorted by relevance
75 std::vector<T> inputTransposed; in executeTyped() local79 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()81 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()82 input = inputTransposed.data(); in executeTyped()
125 std::vector<T> inputTransposed; in executeTyped() local131 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()141 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()147 input = inputTransposed.data(); in executeTyped()