Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for keystores (0.3 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        fully_connected_op.setOperand(0, reshape_input);
        return success();
      }
    };
    
    // Remove Reshape after FullyConnected when `keep_num_dims=false`, the Reshape
    // does not alter the last dimension and it restores the batch dimensions
    // collapsed by the FullyConnected op due to `keep_num_dims=false`. For example,
    //
    //   // %input: tensor<4x16x32xf32>
    //   %fc = tfl.fully_connected(%input, %filter, %bias)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

    import java.net.SocketAddress
    import java.net.SocketException
    import java.net.SocketTimeoutException
    import java.net.URI
    import java.net.URLConnection
    import java.net.UnknownHostException
    import java.security.KeyStore
    import java.security.cert.CertificateException
    import java.security.cert.X509Certificate
    import java.time.Duration
    import java.util.Arrays
    import java.util.EnumSet
    import java.util.Locale
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // to OpBuilder after the remaining graph is converted to the Function.
      Status RemoveBackedges();
    
      // Restores backedges removed during shape inference to the final Function.
      Status AddBackedges();
    
      // Restores a single backedge in the Function by adding a replicated
      // operation before the dst operation.
      Status AddBackedge(mlir::Operation* sink, mlir::Operation* dst,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Add retry to node scheduability marking. ([#36211](https://github.com/kubernetes/kubernetes/pull/36211), [@brendandburns](https://github.com/brendandburns))
    * specify custom ca file to verify the keystone server ([#35488](https://github.com/kubernetes/kubernetes/pull/35488), [@dixudx](https://github.com/dixudx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

    # duplicated there as well.
    function log-trap-push {
      local t="${*:1}"
      LOG_TRAP_STACK+=("${t}")
      # shellcheck disable=2064
      trap "${t}" EXIT
    }
    
    # Removes and restores an EXIT trap.
    #
    # NOTE: this function is duplicated in configure.sh, any changes here should be
    # duplicated there as well.
    function log-trap-pop {
      # Remove current trap.
      unset 'LOG_TRAP_STACK[-1]'
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    '';\n  popperStyles[transformProp] = '';\n\n  const boundaries = getBoundaries(\n    data.instance.popper,\n    data.instance.reference,\n    options.padding,\n    boundariesElement,\n    data.positionFixed\n  );\n\n  // NOTE: DOM access here\n  // restores the original style properties after the offsets have been computed\n  popperStyles.top = top;\n  popperStyles.left = left;\n  popperStyles[transformProp] = transform;\n\n  options.boundaries = boundaries;\n\n  const order = options.priority;\n  let...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  7. src/net/http/server.go

    // AllowQuerySemicolons returns a handler that serves requests by converting any
    // unescaped semicolons in the URL query to ampersands, and invoking the handler h.
    //
    // This restores the pre-Go 1.17 behavior of splitting query parameters on both
    // semicolons and ampersands. (See golang.org/issue/25192). Note that this
    // behavior doesn't match that of many proxies, and the mismatch can lead to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    //
    // Before Go 1.20, the standard library was installed to
    // $GOROOT/pkg/$GOOS_$GOARCH.
    // Starting in Go 1.20, the standard library is built and cached but not installed.
    // Setting GODEBUG=installgoroot=all restores the use of
    // $GOROOT/pkg/$GOOS_$GOARCH.
    //
    // For more about build flags, see 'go help build'.
    //
    // For more about specifying packages, see 'go help packages'.
    //
    // See also: go build, go get, go clean.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    var inForkedChild bool
    
    // Called from syscall package after fork in child.
    // It resets non-sigignored signals to the default handler, and
    // restores the signal mask in preparation for the exec.
    //
    // Because this might be called during a vfork, and therefore may be
    // temporarily sharing address space with the parent process, this must
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top