Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for MirrorPad (0.13 sec)

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

      let summary = [{
    Gradient op for `MirrorPad` op. This op folds a mirror-padded tensor.
      }];
    
      let description = [{
    This operation folds the padded areas of `input` by `MirrorPad` according to the
    `paddings` you specify. `paddings` must be the same as `paddings` argument
    given to the corresponding `MirrorPad` op.
    
    The folded size of each dimension D of the output is:
    
    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