Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for naked (0.12 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    					"inListField": integerType,
    				})),
    			}),
    			valid: []string{
    				// we do not expose a stable type for the self variable, even when it is an object that CEL
    				// considers a named type. The only operation developers should be able to perform on the type is
    				// equality checking.
    				"type(self) == type(self)",
    				"type(self.nestedInMap['k1']) == type(self.nestedInMap['k2'])",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  2. fastapi/applications.py

                    and MAY be relative, to indicate that the host location is relative
                    to the location where the OpenAPI document is being served. Variable
                    substitutions will be made when a variable is named in `{`brackets`}`.
                    * `description`: An optional string describing the host designated by
                    the URL. [CommonMark syntax](https://commonmark.org/) MAY be used for
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  3. src/net/http/server.go

    // configures HTTP/2 on srv using a more conservative policy than
    // setupHTTP2_ServeTLS because Serve is called after tls.Listen,
    // and may be called concurrently. See shouldConfigureHTTP2ForServe.
    //
    // The tests named TestTransportAutomaticHTTP2* and
    // TestConcurrentServerServe in server_test.go demonstrate some
    // of the supported use cases and motivations.
    func (srv *Server) setupHTTP2_Serve() error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

    #   MASTER_NAME
    #   ZONE
    #   REGION
    # Vars set:
    #   KUBE_MASTER
    #   KUBE_MASTER_IP
    function detect-master() {
      detect-project
      KUBE_MASTER=${MASTER_NAME}
      echo "Trying to find master named '${MASTER_NAME}'" >&2
      if [[ -z "${KUBE_MASTER_IP-}" ]]; then
        local master_address_name="${MASTER_NAME}-ip"
        echo "Looking for address '${master_address_name}'" >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      );
    
      let results = (outs
        TFL_TensorOf<[F32, I8, I16, I32, I64, UI8, QI8, QI16, QUI8, TFL_Quint8]>:$result
      );
    
      let hasOptions = 0;
    }
    
    // These ops are named NonMaxSuppressionV4 & NonMaxSuppressionV5 to be
    // consistent with TensorFlow's naming. They are NOT 'versions' of NMS in the
    // sense that one is an incremental change over the other.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top