Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for erf (0.04 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)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    }
    
    //===----------------------------------------------------------------------===//
    // Erf
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @erf
    func.func @erf(%arg0: tensor<2x3xf32>) -> tensor<2x3xf32> {
      // CHECK: mhlo.erf %arg0 : tensor<2x3xf32>
      %0 = "tf.Erf"(%arg0) : (tensor<2x3xf32>) -> tensor<2x3xf32>
      func.return %0 : tensor<2x3xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>Sigma raw image</_comment>
        <glob pattern="*.x3f"/>
      </mime-type>
    
      <mime-type type="image/x-raw-epson">
        <_comment>Epson raw image</_comment>
        <glob pattern="*.erf"/>
      </mime-type>
    
      <mime-type type="image/x-raw-mamiya">
        <_comment>Mamiya raw image</_comment>
        <glob pattern="*.mef"/>
      </mime-type>
    
      <mime-type type="image/x-raw-leaf">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top