ngraph.opset7.exp

ngraph.opset7.exp(node: Union[_pyngraph.Node, int, float, numpy.ndarray], name: Optional[str] = None)_pyngraph.Node

Return node which applies exponential function to the input node element-wise.

Parameters
  • node – The node providing data for operation.

  • name – The optional name for new output node.

Returns

The new node performing natural exponential operation.