Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc138 llvm::SmallVector<std::pair<int64_t, int>, 4> strides_with_indices; in TypeToShape() local
140 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()