nnf_threshold: Threshold

View source: R/nnf-activation.R

nnf_thresholdR Documentation

Threshold

Description

Thresholds each element of the input Tensor.

Usage

nnf_threshold(input, threshold, value, inplace = FALSE)

nnf_threshold_(input, threshold, value)

Arguments

input

(N,*) tensor, where * means, any number of additional dimensions

threshold

The value to threshold at

value

The value to replace with

inplace

can optionally do the operation in-place. Default: FALSE


torch documentation built on June 7, 2023, 6:19 p.m.