mx.symbol.multi_all_finite

Description

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

Usage

mx.symbol.multi_all_finite(...)

Arguments

Argument

Description

data

NDArray-or-Symbol[].

Arrays

num.arrays

int, optional, default=’1’.

Number of arrays.

init.output

boolean, optional, default=1.

Initialize output to 1.

name

string, optional.

Name of the resulting symbol.