Searched refs:InversePermutation (Results 1 – 8 of 8) sorted by relevance
139 InversePermutation(new_output_dim_order)))); in Run()
209 InversePermutation(first_reshape_operand->dimensions()); in UpdateOperand()
1026 auto inverse_dimensions = InversePermutation(user->dimensions()); in ChooseOutputLayoutFromOperandLayout()
3192 InversePermutation(AsInt64Slice(reshape_request.dimensions())), in Visit()3207 InversePermutation(AsInt64Slice(transpose_request.dimensions())), in Visit()
2342 return ShapeUtil::PermuteDimensions(InversePermutation(dimensions), operand); in InferTransposeShape()
175 std::vector<int64> InversePermutation( in InversePermutation() function
280 std::vector<int64> InversePermutation(
773 std::vector<int64> inverse_permutation = InversePermutation(permutation); in Transpose()