Searched refs:inputTransposed (Results 1 – 2 of 2) sorted by relevance
71 std::vector<T> inputTransposed; in executeTyped() local75 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()77 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()78 input = inputTransposed.data(); in executeTyped()
145 std::vector<T> inputTransposed; in executeTyped() local151 inputTransposed.resize(getNumberOfElements(inputShape)); in executeTyped()161 transposeFirstTwoDims(input, inputShape, inputTransposed.data()); in executeTyped()167 input = inputTransposed.data(); in executeTyped()