Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 797884583 (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      (TFL_GeluOp $arg0, ConstBoolAttrTrue),
      [(FloatValueEquals<"0.5"> $Cst_1_2),
       (FloatValueEquals<"1"> $Cst_1),
       (FloatValueEquals<"3"> $Cst_3),
       (FloatValueEquals<"0.797884583"> $Cst_sqrt_2dPi),
       (FloatValueEquals<"0.044715"> $Coeff),
       (HasOneUse $mul_out),
       (HasOneUse $add_out),
       (HasOneUse $tanh_out),
       (HasOneUse $mul_out1),
       (HasOneUse $add_out1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %5 : tensor<3xf32>
    
    // CHECK-LABEL:gelu_no_match_not_oneuse
    // CHECK: "tf.Erf"
    }
    
    func.func @gelu_approximate(%arg0: tensor<3xf32>) -> tensor<3xf32> {
      %cst = arith.constant dense<0.797884583> : tensor<f32>
      %cst_0 = arith.constant dense<5.000000e-01> : tensor<f32>
      %cst_1 = arith.constant dense<1.000000e+00> : tensor<f32>
      %cst_2 = arith.constant dense<3.000000e+00> : tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top