Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAttrOfType (0.16 sec)

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

        if (padding == tensorflow::Padding::EXPLICIT) {
          // EXPLICIT padding mode and the associated attribute is attached to
          // Conv2D.
          explicit_paddings =
              op->template getAttrOfType<ArrayAttr>("explicit_paddings").getValue();
        }
    
        SmallVector<int64_t, num_spatial_dims> spatial_dim_indices;
        SmallVector<int64_t, num_spatial_dims> rhs_dilations;
    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