Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py220 removed_count = len(self._callbacks) - len(filtered_callbacks)
221 if removed_count:
223 return removed_count
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1686 int removed_count = 0; in RemoveOperandsAtAscendingIndices() local
1689 operands_[next_index - removed_count] = operands_[next_index]; in RemoveOperandsAtAscendingIndices()
1693 ++removed_count; in RemoveOperandsAtAscendingIndices()
1697 operands_[next_index - removed_count] = operands_[next_index]; in RemoveOperandsAtAscendingIndices()
1700 CHECK_EQ(removed_count, ascending_indices.size()); in RemoveOperandsAtAscendingIndices()
1701 operands_.resize(operands_.size() - removed_count); in RemoveOperandsAtAscendingIndices()