Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 3x2048x512xf32 (0.13 sec)

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

    // CHECK:      return %[[RES]] : tensor<2x512xf32>
    }
    
    // -----
    
    // CHECK-LABEL: testRemoveReshapeAroundDotGeneral
    func.func @testRemoveReshapeAroundDotGeneral(%arg0: tensor<3x72x1x2048xf32>, %arg1: tensor<3x2048x512xf32>) -> tensor<3x72x1x512xf32> {
      %0 = "mhlo.reshape"(%arg0) : (tensor<3x72x1x2048xf32>) -> tensor<3x72x2048xf32>
      %1 = "mhlo.dot_general"(%0, %arg1) {
        dot_dimension_numbers = #mhlo.dot<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top