Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2718e28 (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    This function computes the exponential of every element in the input tensor.
      i.e. `exp(x)` or `e^(x)`, where `x` is the input tensor.
      `e` denotes Euler's number and is approximately equal to 2.718281.
      Output is positive for any real input.
    
      ```python
      x = tf.constant(2.0)
      tf.math.exp(x) ==> 7.389056
    
      x = tf.constant([2.0, 8.0])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top