sort.fastai.torch_core.TensorMask {fastai}R Documentation

Sort

Description

Sort

Usage

## S3 method for class 'fastai.torch_core.TensorMask'
sort(x, decreasing = FALSE, ...)

Arguments

x

tensor

decreasing

the order

...

additional parameters to pass

Value

tensor


[Package fastai version 2.2.2 Index]