Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for tpool_ (0.07 sec)

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

    Each entry in `output` is the mean of the corresponding size `ksize` window in
    `value`.
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{Shape `[batch, depth, rows, cols, channels]` tensor to pool over.}]>:$input,
    
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<5>]>:$ksize,
        ConfinedAttr<I64ArrayAttr, [ArrayMinCount<5>]>:$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