Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 508 for seal (0.18 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

    ----
    
    While a real module cannot directly depend on the unnamed module (only by adding command line flags), automatic modules can also see the unnamed module.
    Thus, if you cannot avoid to rely on a library without module information, you can wrap that library in an automatic module as part of your project.
    How you do that is described in the next section.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. src/runtime/asm_386.s

    	get_tls(BX)
    	MOVL	$0x123, g(BX)
    	MOVL	runtime·m0+m_tls(SB), AX
    	CMPL	AX, $0x123
    	JEQ	ok
    	MOVL	AX, 0	// abort
    ok:
    	// set up m and g "registers"
    	get_tls(BX)
    	LEAL	runtime·g0(SB), DX
    	MOVL	DX, g(BX)
    	LEAL	runtime·m0(SB), AX
    
    	// save m->g0 = g0
    	MOVL	DX, m_g0(AX)
    	// save g0->m = m0
    	MOVL	AX, g_m(DX)
    
    	CALL	runtime·emptyfunc(SB)	// fault if stack check is wrong
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

        equates to quantization error when using quant_min and quant_max.
    
    
        Args:
          quant_min: The minimum real value that can be represented by a quantized
            value.
          quant_max: The maximum real value that can be represented by a quantized
            value.
    
        Returns:
          dequantized hist_mids after quantizing by quant_min and quant_max
        """
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  4. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/WorkerDaemonServer.java

            }
    
            @Provides
            ClassLoaderHierarchyHasher createClassLoaderHierarchyHasher() {
                // Return a dummy implementation of this as creating a real hasher drags ~20 more services
                // along with it, and a hasher isn't actually needed on the worker process side at the moment.
                return new ClassLoaderHierarchyHasher() {
                    @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. src/cmd/go/internal/fsys/fsys.go

    func (f fakeFile) Mode() fs.FileMode  { return f.real.Mode() }
    func (f fakeFile) ModTime() time.Time { return f.real.ModTime() }
    func (f fakeFile) IsDir() bool        { return f.real.IsDir() }
    func (f fakeFile) Sys() any           { return f.real.Sys() }
    
    func (f fakeFile) String() string {
    	return fs.FormatFileInfo(f)
    }
    
    // missingFile provides an fs.FileInfo for an overlaid file where the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:35:34 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  6. src/cmd/dist/util.go

    	return wd
    }
    
    // xrealwd returns the 'real' name for the given path.
    // real is defined as what xgetwd returns in that directory.
    func xrealwd(path string) string {
    	old := xgetwd()
    	if err := os.Chdir(path); err != nil {
    		fatalf("chdir %s: %v", path, err)
    	}
    	real := xgetwd()
    	if err := os.Chdir(old); err != nil {
    		fatalf("chdir %s: %v", old, err)
    	}
    	return real
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 17:50:29 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  7. pkg/controller/garbagecollector/garbagecollector.go

    			// and in the meantime a deletion of the real object associated with that uid was observed
    			logger.V(5).Info("item no longer in the graph, skipping attemptToDeleteItem", "item", n.identity)
    			return forgetItem
    		}
    		if nodeFromGraph.isObserved() {
    			// this can happen if attemptToDelete loops on a requeued virtual node because attemptToDeleteItem returned an error,
    			// and in the meantime the real object associated with that uid was observed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/serviceimportcache.go

    // merge together the MCS services from all the clusters, filling out the full map of Cluster IPs.
    //
    // The synthetic MCS service is a copy of the real k8s Service (e.g. cluster.local) with the same
    // namespaced name, but with the hostname and VIPs changed to the appropriate ClusterSet values.
    // The real k8s Service can live anywhere in the mesh and does not have to reside in the same
    // cluster as the ServiceImport.
    type serviceImportCache interface {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. cmd/peer-s3-client.go

    		// of such a bucket. This is needed here as we identify such
    		// buckets here while listing buckets. As part of regular
    		// globalBucketMetadataSys.Init() call would get a valid
    		// buckets only and not the quourum lost ones like this, so
    		// explicit call
    		for bktName, count := range bucketsMap {
    			if count < quorum {
    				// Queue a bucket heal task
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  10. src/fmt/scan.go

    func (s *ss) scanComplex(verb rune, n int) complex128 {
    	if !s.okVerb(verb, floatVerbs, "complex") {
    		return 0
    	}
    	s.SkipSpace()
    	s.notEOF()
    	sreal, simag := s.complexTokens()
    	real := s.convertFloat(sreal, n/2)
    	imag := s.convertFloat(simag, n/2)
    	return complex(real, imag)
    }
    
    // convertString returns the string represented by the next input characters.
    // The format of the input is determined by the verb.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:56:20 UTC 2024
    - 31.9K bytes
    - Viewed (0)
Back to top