Searched refs:dims_perm (Results 1 – 1 of 1) sorted by relevance
40 std::vector<int64_t> dims_perm(s.dimensions_size()); in AllPermutationsOfShape() local41 absl::c_iota(dims_perm, 0); in AllPermutationsOfShape()50 ComposePermutations(s.dimensions(), dims_perm), in AllPermutationsOfShape()54 } while (absl::c_next_permutation(dims_perm)); in AllPermutationsOfShape()