openvino.runtime.opset7.abs#
- openvino.runtime.opset7.abs(node: Node | int | float | ndarray, name: str | None = None) Node #
Return node which applies f(x) = abs(x) to the input node element-wise.
- Parameters:
node – One of: input node, array or scalar.
name – Optional new name for output node.
- Returns:
New node with Abs operation applied on it.