Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_add (0.14 sec)

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

    func.func @FuseAddWithFullyConnectedWithBias(%arg: tensor<2x512xf32>) -> tensor<2x1024xf32> {
      %cst_add = arith.constant dense<2.0> : tensor<512xf32>
      %cst_weights = arith.constant dense<3.0> : tensor<1024x512xf32>
      %cst_bias = arith.constant dense<5.0> : tensor<1024xf32>
    
      %0 = "tfl.add"(%arg, %cst_add) {fused_activation_function = "NONE"} : (tensor<2x512xf32>, tensor<512xf32>) -> tensor<2x512xf32>
    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