Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Approximates (0.26 sec)

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

      %4 = "tfl.mul"(%0, %3) {fused_activation_function = "NONE"} : (tensor<3xf32>, tensor<3xf32>) -> tensor<3xf32>
      func.return %4 : tensor<3xf32>
    
    // CHECK-LABEL:gelu
    // CHECK: "tfl.gelu"(%arg0) <{approximate = false}> : (tensor<3xf32>) -> tensor<3xf32>
    }
    
    func.func @gelu_no_match(%arg0: tensor<3xf32>) -> tensor<3xf32> {
      %cst = arith.constant dense<0.707106769> : tensor<f32>
    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. ChangeLog.md

    - [`KT-63530`](https://youtrack.jetbrains.com/issue/KT-63530) K2: Disable passing data flow info from in-place lambdas
    - [`KT-65377`](https://youtrack.jetbrains.com/issue/KT-65377) K2: "Argument type mismatch" caused by approximated captured type argument of generic type
    - [`KT-59400`](https://youtrack.jetbrains.com/issue/KT-59400) K2: Missing CANNOT_INFER_VISIBILITY
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    //
    // Ideally we should delay for at least 1 RTT + epsilon so the client has
    // a chance to read the GOAWAY and stop sending messages. Measuring RTT
    // is hard, so we approximate with 1 second. See golang.org/issue/18701.
    //
    // This is a var so it can be shorter in tests, where all requests uses the
    // loopback interface making the expected RTT very small.
    //
    // TODO: configurable?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.23.md

    ## Changes by Kind
    
    ### API Change
    
    - Kubernetes 1.23 is now built with go1.19.4. To match behavior of previous Kubernetes 1.23 patch releases:
      - `kube-apiserver` defaults the GOGC setting to 63, to approximate go1.17 garbage collection memory performance in heavily loaded API servers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
Back to top