Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1681 absl::Span<const int> ascending_indices) { in RemoveOperandsAtAscendingIndices() argument
1682 if (ascending_indices.empty()) { in RemoveOperandsAtAscendingIndices()
1687 for (int to_remove : ascending_indices) { in RemoveOperandsAtAscendingIndices()
1700 CHECK_EQ(removed_count, ascending_indices.size()); in RemoveOperandsAtAscendingIndices()
Dhlo_instruction.h1639 absl::Span<const int> ascending_indices);