Searched refs:strides_with_indices (Results 1 – 1 of 1) sorted by relevance
138 llvm::SmallVector<std::pair<int64_t, int>, 4> strides_with_indices; in TypeToShape() local140 strides_with_indices.push_back({e.value(), e.index()}); in TypeToShape()142 std::stable_sort(strides_with_indices.begin(), in TypeToShape()143 strides_with_indices.end()); in TypeToShape()147 for (const auto& pr : strides_with_indices) { in TypeToShape()