API Reference - OperatorBlocks - StandardDeviation

Constructors

new()

Creates a new operator block object. If there are no parameters given for that particular argument, then that argument will use default value.


StandardDeviation.new({dimension: number}): OperatorBlockObject

Parameters:

  • dimension: The dimension to StandardDeviation across the tensor.

Returns:

  • OperatorBlock: The generated compression block object.

Functions

setParameters()


StandardDeviation:setParameters({dimension: number})

Parameters:

  • dimension: The dimension to StandardDeviation across the tensor.

Inherited From