Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expm1 (0.07 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.Exp"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @expm1
    func.func @expm1(%arg0: tensor<2xf32>) -> tensor<2xf32> {
      // CHECK:  mhlo.exponential_minus_one %arg0 : tensor<2xf32>
      %0 = "tf.Expm1"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // CHECK-LABEL: func @exp_dynamic
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top