Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2x2x11xf32 (0.07 sec)

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

    func.func @Batchmatmul2FullyconnectedBatchedY(%arg0: tensor<4x128x2xf32>) -> (tensor<4x128x1xf32>) {
      %0 = arith.constant dense<42.> : tensor<4x2x1xf32>
      %1 = "tfl.batch_matmul"(%arg0, %0) {adj_x = false, adj_y = false, asymmetric_quantize_inputs = false} : (tensor<4x128x2xf32>, tensor<4x2x1xf32>) -> tensor<4x128x1xf32>
      func.return %1 : tensor<4x128x1xf32>
    
      // CHECK: %[[BMM_RES:.*]] = "tfl.batch_matmul"
      // CHECK-NEXT: return %[[BMM_RES]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top