SparseWeight8.Multiply

Multiply(ref SparseWeight8, ref SparseWeight8)

Multiplies x with y element wise. If there’s more than 8 non zero result values, the 8 most representative values are taken.

public static SparseWeight8 Multiply(ref SparseWeight8 x, ref SparseWeight8 y)
ParameterTypeDescription
xSparseWeight8&The first operand.
ySparseWeight8&The second operand.

Return Value

A new SparseWeight8

See Also


Multiply(ref SparseWeight8, float)

Multiplies x with y element wise. If there’s more than 8 non zero result values, the 8 most representative values are taken.

public static SparseWeight8 Multiply(ref SparseWeight8 x, float y)
ParameterTypeDescription
xSparseWeight8&The first operand.
ySingleThe second operand.

Return Value

A new SparseWeight8

See Also