Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaxPool (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    };
    
    using ConvertAvgPool2DGradOp =
        ConvertAvgPoolGradOp<TF::AvgPoolGradOp, /*num_dims=*/4>;
    using ConvertAvgPool3DGradOp =
        ConvertAvgPoolGradOp<TF::AvgPool3DGradOp, /*num_dims=*/5>;
    
    // Converts MaxPool op to HLO ReduceWindow op by setting appropriate window
    // dimensions with max as the reduction function.
    //
    // Sample result for VALID padding mode:
    //
    //   %init = arith.constant dense<...> : tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top