Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for exponential (0.14 sec)

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

      );
    }
    
    def TF_ExpOp : TF_Op<"Exp", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = [{
    Computes exponential of x element-wise.  \\(y = e^x\\).
      }];
    
      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.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Performance improvements for gRPC
    *   Improved support for fp16
    *   New high-level ops in tf.contrib. {layers,metrics}
    *   New features for TensorBoard, such as shape display, exponential smoothing
    *   Faster and more stable Google Cloud Storage (GCS) filesystem support
    *   Support for zlib compression and decompression for TFRecordReader and
        TFRecordWriter
    *   Support for reading (animated) GIFs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top