sqrd {fastai}R Documentation

Sqrt

Description

Sqrt

Usage

## S3 method for class 'torch.Tensor'
sqrt(x)

Arguments

x

tensor

Value

tensor


[Package fastai version 2.2.2 Index]