Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2x68x3xf32 (0.15 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    // CHECK:  return %[[RESULT]]
    }
    
    func.func @ConvertSqueezeToReshapeWithDynamicDimension2(%arg0: tensor<?x1x8x3xf32>) -> tensor<1x8x3xf32> {
      %0 = "tfl.squeeze"(%arg0) {squeeze_dims = [0]}: (tensor<?x1x8x3xf32>) -> tensor<1x8x3xf32>
      func.return %0: tensor<1x8x3xf32>
    
    // CHECK-LABEL: ConvertSqueezeToReshapeWithDynamicDimension2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      %0 = mhlo.convolution(%arg1, %arg2) 
        dim_numbers = [b, f, 0]x[o, i, 0]->[b, f, 0], 
        window = {pad = [[64, 64]]} 
          {batch_group_count = 1 : i64, feature_group_count = 16 : i64}
            : (tensor<?x768x2xf32>, tensor<768x48x128xf32>) -> tensor<?x768x3xf32>
      return %0 : tensor<?x768x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top