Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2x12x21x7xf32 (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // -----
    
    // CHECK-LABEL:   @avgpool_valid_padding
    // CHECK-SAME:      [[ARG:%.+]]: tensor<2x12x21x7xf16>
    // CHECK:           [[CONV32:%.+]] = mhlo.convert %arg0 : (tensor<2x12x21x7xf16>) -> tensor<2x12x21x7xf32>
    // CHECK:           [[ZERO:%.+]] = mhlo.constant dense<0.000000e+00> : tensor<f32>
    // CHECK:           [[DIVIDEND:%.+]] = "mhlo.reduce_window"([[CONV32]], [[ZERO]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

          explicit_paddings = [],
          ksize = [1, 2, 3, 1],
          padding = "SAME",
          strides = [1, 4, 4, 1]
        } : (tensor<2x13x25x7xf32>, tensor<2x4x7x7xf32>, tensor<2x4x7x7xf32>) -> tensor<2x13x25x7xf32>
        func.return %result : tensor<2x13x25x7xf32>
      }
    
      //===--------------------------------------------------------------------===//
      // tf.XlaReduceScatter legalization
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top