Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for count_include_pad (0.33 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool_patterns.td

                                ConstantAttr<RankedI32ElementsAttr<[4]>,"{0, 3, 1, 2}">)), 
                        [(IsBoolCompositeAttribute<"ceil_mode", "false"> $attrs),
                        (IsBoolCompositeAttribute<"count_include_pad", "false"> $attrs),
                        (IsStrCompositeAttribute<"divisor_override", "py_None"> $attrs),
                        (HasSameOrValidPadding $old_val)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/composite-lowering.mlir

    // CHECK:         }
    
    func.func @avg_pool2d_1(%arg0: tensor<1x3x6x6xf32>) -> (tensor<*xf32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top