Home
last modified time | relevance | path

Searched defs:unique_consecutive (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py1204 unique_consecutive = boolean_dispatch( variable
H A D_tensor.py1008 def unique_consecutive(self, return_inverse=False, return_counts=False, dim=None): member in Tensor