Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_results (0.24 sec)

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

      // CHECK-DAG: %[[filter:.*]] = arith.constant dense<{{.*}}> : tensor<4x4xf32>
      // CHECK: %[[fc_result:.*]] = "tfl.fully_connected"(%arg0, %arg1, %[[unit]])
      // CHECK: %[[add_result:.*]] = tfl.add %[[fc_result]], %[[filter]]
      // CHECK: return %[[add_result]]
    }
    
    // CHECK-LABEL: @FuseFullyConnectedAddWithUnfusableRhs
    func.func @FuseFullyConnectedAddWithUnfusableRhs(%arg0: tensor<4x37xf32>, %arg1: tensor<4x37xf32>) -> tensor<4x4xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top