Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lhs_dilation (0.22 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

        dimension_numbers = #mhlo.conv<[b, 0, f]x[0, i, o]->[b, 0, f]>,
        feature_group_count = 1 : i64,
        lhs_dilation = dense<1> : tensor<1xi64>,
        padding = dense<0> : tensor<1x2xi64>,
        precision_config = [#mhlo<precision DEFAULT>, #mhlo<precision DEFAULT>],
        rhs_dilation = dense<1> : tensor<1xi64>,
        window_strides = dense<1> : tensor<1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Compute ConvDimensionNumbers, dilation, and padding.
        SmallVector<int64_t, num_spatial_dims> spatial_dims;
        SmallVector<int64_t, num_spatial_dims> lhs_dilation;
        SmallVector<int64_t, num_spatial_dims> rhs_dilation;
        SmallVector<int64_t, num_spatial_dims * 2> paddings;
    
        for (int i : llvm::seq<int>(0, num_spatial_dims)) {
          const int64_t spatial_dim =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %feature_group_count = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
      %lhs_dilation = "tf.Const"() {value = dense<[4, 1, 1]> : tensor<3xi32>} : () -> tensor<3xi32>
      %rhs_dilation = "tf.Const"() {value = dense<1> : tensor<3xi32>} : () -> tensor<3xi32>
      %padding = "tf.Const"() {value = dense<0> : tensor<3x2xi32>} : () -> tensor<3x2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top