Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 3072x512xf32 (0.34 sec)

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

    }
    
    // -----
    
    // CHECK-LABEL: testDotToDotGeneralVectorMatrix
    func.func @testDotToDotGeneralVectorMatrix(%arg0: tensor<3072xf32>, %arg1: tensor<3072x512xf32>) -> tensor<512xf32> {
      %0 = "mhlo.dot"(%arg0, %arg1) : (tensor<3072xf32>, tensor<3072x512xf32>) -> tensor<512xf32>
      func.return %0 : tensor<512xf32>
    
    // CHECK:      %[[RES:.*]] = "mhlo.dot_general"(%arg0, %arg1) <{
    // CHECK-SAME:   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