mx.symbol.multi_sum_sq

Description

Compute the sums of squares of multiple arrays.

Usage

mx.symbol.multi_sum_sq(...)

Arguments

Argument

Description

data

NDArray-or-Symbol[].

Arrays

num.arrays

int, required.

number of input arrays.

name

string, optional.

Name of the resulting symbol.