Home
last modified time | relevance | path

Searched refs:dims_perm (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbitcast_decomposer_test.cc40 std::vector<int64_t> dims_perm(s.dimensions_size()); in AllPermutationsOfShape() local
41 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()