mx.symbol.all_finite

Description

Check if all the float numbers in the array are finite (used for AMP).

Usage

mx.symbol.all_finite(...)

Arguments

Argument

Description

data

NDArray.

Array

init.output

boolean, optional, default=1.

Initialize output to 1.

name

string, optional.

Name of the resulting symbol.