Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 707106769 (0.15 sec)

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

        (Arith_ConstantOp  F32ElementsAttr:$Cst_1), TFL_AF_None), TFL_AF_None),
      (TFL_GeluOp $arg0, ConstBoolAttrFalse),
      [(FloatValueEquals<"0.5"> $Cst_1_2),
       (FloatValueEquals<"1"> $Cst_1),
       (FloatValueEquals<"0.707106769"> $Cst_sqrt_1_2),
       (HasOneUse $mul_out),
       (HasOneUse $add_out),
       (HasOneUse $erf_out),
       (HasOneUse $mul_out1),
      ]>;
    
    // Fetches the output of FC op, from the provided arguments.
    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.func @gelu(%arg0: tensor<3xf32>) -> tensor<3xf32> {
      %cst = arith.constant dense<0.707106769> : tensor<f32>
      %cst_0 = arith.constant dense<5.000000e-01> : tensor<f32>
      %cst_1 = arith.constant dense<1.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