Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for erf (0.03 sec)

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

      %2 = "tf.Erf"(%1) : (tensor<3xf32>) -> tensor<3xf32>
      %3 = "tfl.add"(%2, %cst_not_1) {fused_activation_function = "NONE"} : (tensor<3xf32>, tensor<f32>) -> tensor<3xf32>
      %4 = "tfl.mul"(%0, %3) {fused_activation_function = "NONE"} : (tensor<3xf32>, tensor<3xf32>) -> tensor<3xf32>
      func.return %4 : tensor<3xf32>
    
    // CHECK-LABEL:gelu_no_match
    // CHECK: "tf.Erf"
    }
    
    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