Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SparseMatMul (0.12 sec)

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

      func.return %0 : tensor<?x?xf32>
    }
    
    // Verify SparseMatMul is legalized to dot.
    // CHECK-LABEL: test_sparse_mat_mul
    func.func @test_sparse_mat_mul(%arg0: tensor<3x4xf32>, %arg1: tensor<4x5xf32>) -> tensor<3x5xf32> {
      // CHECK: "mhlo.dot"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top