Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 100x26x26x32xf32 (0.28 sec)

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

      return %result : tensor<?x512x512x1xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @conv2d_backprop_input
    func.func @conv2d_backprop_input(
        %filter: tensor<3x3x1x32xf32>,
        %out_backprop: tensor<100x26x26x32xf32>
      ) -> tensor<100x28x28x1xf32> {
        // CHECK: %[[REV_FILTER:.*]] = "mhlo.reverse"(%arg0) <{dimensions = dense<[0, 1]> : tensor<2xi64>}>
        // CHECK: %[[RESULT:.*]] = mhlo.convolution(%arg1, %[[REV_FILTER]])
    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/tensorflow/tests/shape_inference.mlir

        %0 = "tf.Const"() {value = dense<[200, 26, 26, 32]> : tensor<4xi32>} : () -> tensor<4xi32>
        // CHECK: tf.Conv2DBackpropInput
        // CHECK-SAME: (tensor<4xi32>, tensor<3x3x32x64xf32>, tensor<200x24x24x64xf32>) -> tensor<200x26x26x32xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
Back to top