Constructor ReduceL1
ReduceL1(string, string[], bool, bool)
Initializes and returns an instance of ReduceL1 reduction layer.
Declaration
public ReduceL1(string name, string[] inputs, bool keepdims = true, bool noopWithEmptyAxes = false)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string[] | inputs | The name of the input tensor and optionally the axes tensor. If no axes tensor is provided, the layer performs the reduction according to the value of  | 
| bool | keepdims | Whether to keep the axis dimension in the output tensor. The default value is  | 
| bool | noopWithEmptyAxes | Whether to perform an identity operation if the input axes tensor is empty. The default value is  |