Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 166666666f (0.06 sec)

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

         TFL_AF_None),
      (TFL_HardSwishOp $x)>;
    
    def MatchHardSwishPattern2 : Pat<
      (TFL_MulOp
        $x,
        (TFL_MulOp
         (TFL_AddOp
          $x,
          (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>, "3.0f">),
          TFL_AF_Relu6),
         (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>, "0.166666666f">),
         TFL_AF_None),
         TFL_AF_None),
    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

    }
    
    // CHECK-LABEL: FuseHardswish
    func.func @FuseHardswish(%arg0: tensor<1x112x112x16xf32>) -> tensor<1x56x56x16xf32> {
      %cst_0 = arith.constant dense<3.0> : tensor<f32>
      %cst_1 = arith.constant dense<0.166666666> : tensor<f32>
      %w = arith.constant dense<1.0> : tensor<1x3x3x16xf32>
      %b = arith.constant dense<10.0> : tensor<16xf32>
    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