Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 79 for procedure (0.12 sec)

  1. pkg/kubelet/cm/topologymanager/policy.go

    	if bestHint == nil {
    		bestHint = &TopologyHint{defaultAffinity, false}
    	}
    
    	return *bestHint
    }
    
    // Iterate over all permutations of hints in 'allProviderHints [][]TopologyHint'.
    //
    // This procedure is implemented as a recursive function over the set of hints
    // in 'allproviderHints[i]'. It applies the function 'callback' to each
    // permutation as it is found. It is the equivalent of:
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 09:45:25 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  2. src/encoding/xml/marshal.go

    //   - a field with tag ",innerxml" is written verbatim, not subject
    //     to the usual marshaling procedure.
    //   - a field with tag ",comment" is written as an XML comment, not
    //     subject to the usual marshaling procedure. It must not contain
    //     the "--" string within it.
    //   - a field with a tag including the "omitempty" option is omitted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/passes.td

          This transformation reorders operations such that operations that will be
          executed by the Flex delegate will be followed by another Flex delegated
          operator, if possible. The reordering uses the same greedy procedure that
          is executed at runtime (in tensorflow/lite/graph_info.cc.)
          This allows us to have an IR of the model that is in the same execution order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. src/crypto/ecdsa/ecdsa.go

    	priv.PublicKey.X, priv.PublicKey.Y, err = c.pointToAffine(Q)
    	if err != nil {
    		return nil, err
    	}
    	return priv, nil
    }
    
    // randomPoint returns a random scalar and the corresponding point using the
    // procedure given in FIPS 186-4, Appendix B.5.2 (rejection sampling).
    func randomPoint[Point nistPoint[Point]](c *nistCurve[Point], rand io.Reader) (k *bigmod.Nat, p Point, err error) {
    	k = bigmod.NewNat()
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  5. pilot/pkg/autoregistration/controller.go

    	// 2. connect: but the patch is based on the old workloadentry because of the propagation latency.
    	// So in this case the `istio.io/disconnectedAt` is still there and the cleanup procedure will go on.
    	connTime := wle.Annotations[annotation.IoIstioConnectedAt.Name]
    	if connTime != "" {
    		// handle workload leak when both workload/pilot down at the same time before pilot has a chance to set disconnTime
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  6. src/encoding/gob/doc.go

    /*
    Package gob manages streams of gobs - binary values exchanged between an
    [Encoder] (transmitter) and a [Decoder] (receiver). A typical use is transporting
    arguments and results of remote procedure calls (RPCs) such as those provided by
    [net/rpc].
    
    The implementation compiles a custom codec for each data type in the stream and
    is most efficient when a single [Encoder] is used to transmit a stream of values,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    	C_RPSYM   = 132 // Argument to function or procedure stored in register
    	C_STSYM   = 133 // Statically allocated symbol
    	C_BCOMM   = 135 // Beginning of common block
    	C_ECOML   = 136 // Local member of common block
    	C_ECOMM   = 137 // End of common block
    	C_DECL    = 140 // Declaration of object
    	C_ENTRY   = 141 // Alternate entry
    	C_FUN     = 142 // Function or procedure
    	C_BSTAT   = 143 // Beginning of static block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_openbsd_ppc64.go

    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC program not available",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "IPsec processing failure",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_riscv64.go

    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC program not available",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "IPsec processing failure",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_freebsd_riscv64.go

    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    	81: "need authenticator",
    	82: "identifier removed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
Back to top