Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dilation_rate (0.14 sec)

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

                            Value filter_size, int64_t dilation_rate,
                            int64_t stride, tensorflow::Padding padding_type,
                            Type shape_scalar_type, Value *padding_low,
                            Value *padding_high) const {
        // Stride must be > 0
        if (stride <= 0) return false;
        // Dilation rate must be >= 1
        if (dilation_rate < 1) return false;
    
        Location loc = op.getLoc();
    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