openvino.runtime.opset7.reduce_l1#
- openvino.runtime.opset7.reduce_l1(node: Node | int | float | ndarray, reduction_axes: Node | int | float | ndarray, keep_dims: bool = False, name: str | None = None) Node#
- L1-reduction operation on input tensor, eliminating the specified reduction axes. - Parameters:
- node – The tensor we want to mean-reduce. 
- reduction_axes – The axes to eliminate through mean operation. 
- keep_dims – If set to True it holds axes that are used for reduction 
- name – Optional name for output node. 
 
- Returns:
- The new node performing mean-reduction operation.