Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for zeroing (2.6 sec)

  1. src/net/http/serve_test.go

    	tlsConf := &tls.Config{
    		Certificates: []tls.Certificate{cert},
    	}
    
    	ln := newLocalListener(t)
    	defer ln.Close()
    	addr := ln.Addr().String()
    
    	serving := make(chan bool, 1)
    	SetTestHookServerServe(func(s *Server, ln net.Listener) {
    		serving <- true
    	})
    	handler := HandlerFunc(func(w ResponseWriter, r *Request) {})
    	s := &Server{
    		Addr:      addr,
    		TLSConfig: tlsConf,
    		Handler:   handler,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // 'go build ed.go rx.go' writes 'ed' or 'ed.exe'.
    //
    // When compiling multiple packages or a single non-main package,
    // build compiles the packages but discards the resulting object,
    // serving only as a check that the packages can be built.
    //
    // The -o flag forces build to write the resulting executable or object
    // to the named output file or directory, instead of the default behavior described
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "serving": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK-DAG: %[[ZEROI:.*]] = "tf.Const"() <{value = dense<0> : tensor<i32>}> : () -> tensor<i32>
      // CHECK-DAG: %[[ZEROF:.*]] = "tf.Const"() <{value = dense<0.000000e+00> : tensor<f32>}> : () -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

              <name>id</name>
              <type>String</type>
              <required>true</required>
              <description>The unique id for this report set, to be used during POM inheritance and profile injection
                for merging of report sets.
              </description>
              <defaultValue>default</defaultValue>
            </field>
            <field>
              <name>reports</name>
              <version>4.0.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    compound there an orange; and when all the Rays are by Reflexion taken out of the beam MO, except the least refrangible, which at T appear of a full red, their Colour is the same in that beam MO as afterwards at T, the Refraction of the Prism HJK serving only to separate the differently refrangible Rays, without making any Alteration in their Colours, as shall be more fully proved hereafter. All which confirms as well the first Proposition as the second. _Scholium._ If this Experiment and the former...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "conditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                  }
                ],
                "default": {},
                "description": "The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable."
              }
            },
            "required": [
              "resource"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  9. pkg/config/validation/validation.go

    				}
    			}
    			if len(serviceEntry.Addresses) == 0 {
    				if port.Protocol == "" || port.Protocol == "TCP" {
    					errs = AppendValidation(errs, WrapWarning(fmt.Errorf("addresses are required for ports serving TCP (or unset) protocol "+
    						"when ISTIO_META_DNS_AUTO_ALLOCATE is not set on a proxy")))
    				}
    			}
    			errs = AppendValidation(errs,
    				ValidatePortName(port.Name),
    				ValidateProtocol(port.Protocol),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

            "properties": {
              "caBundle": {
                "description": "CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.",
                "format": "byte",
                "type": "string",
                "x-kubernetes-list-type": "atomic"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top