pymoose.exp#

pymoose.exp(x, placement=None)[source]#

Elementiwise exponential function: \(e^x\).

If the input is a tensor, the operation is performed elementwise.

Parameters
  • x – A value.

  • placement – An optional Placement to pin this operation to.

Returns

The exponentiated input.