Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 4xf16 (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

    }
    
    // CHECK-LABEL: func @testSumFoldBypass
    func.func @testSumFoldBypass(%arg0: tensor<4x?xf16>, %arg1: tensor<*xi64>) -> tensor<4x?xf16> {
        // CHECK: return %arg0
      %0 = "tf.Sum"(%arg0, %arg1) { keep_dims = false }: (tensor<4x?xf16>, tensor<*xi64>) -> tensor<4x?xf16>
      func.return %0 : tensor<4x?xf16>
    }
    
    // CHECK-LABEL: @testMatrixDiag
    func.func @testMatrixDiag(%diag: tensor<2x4xf32>) -> tensor<2x4x4xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
Back to top