Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kSize2 (0.06 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    Each entry in `output` is the mean of the corresponding size `ksize`
    window in `value`.
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{4-D with shape `[batch, height, width, channels]`.}]>:$value,
    
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<4>]>:$ksize,
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<4>]>:$strides,
        TF_AnyStrAttrOf<["SAME", "VALID"]>:$padding,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top