Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for interleaved (0.21 sec)

  1. src/cmd/compile/internal/inline/interleaved/interleaved.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package interleaved implements the interleaved devirtualization and
    // inlining pass.
    package interleaved
    
    import (
    	"cmd/compile/internal/base"
    	"cmd/compile/internal/devirtualize"
    	"cmd/compile/internal/inline"
    	"cmd/compile/internal/inline/inlheur"
    	"cmd/compile/internal/ir"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. src/math/rand/v2/chacha8.go

    		if ok {
    			return x
    		}
    		c.state.Refill()
    	}
    }
    
    // Read reads exactly len(p) bytes into p.
    // It always returns len(p) and a nil error.
    //
    // If calls to Read and Uint64 are interleaved, the order in which bits are
    // returned by the two is undefined, and Read may return bits generated before
    // the last call to Uint64.
    func (c *ChaCha8) Read(p []byte) (n int, err error) {
    	if c.readLen > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. src/image/jpeg/scan.go

    					//
    					// For progressive images, the interleaved scans (those with nComp > 1)
    					// are traversed as above, but non-interleaved scans are traversed left
    					// to right, top to bottom:
    					//	0 1 2 3
    					//	4 5 6 7
    					// Only DC scans (zigStart == 0) can be interleaved. AC scans must have
    					// only one component.
    					//
    					// To further complicate matters, for non-interleaved scans, there is no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildProgressCrossVersionSpec.groovy

    import spock.lang.Issue
    
    @TargetGradleVersion(">=3.5")
    class BuildProgressCrossVersionSpec extends AbstractHttpCrossVersionSpec {
    
        @TargetGradleVersion(">=3.5 <4.0")
        def "generates events for interleaved project configuration and dependency resolution"() {
            given:
            settingsFile << """
    
                rootProject.name = 'multi'
                include 'a', 'b'
            """
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/request/webhook_duration.go

    	// (json or protobuf) of the response object.
    	// NOTE: serialization and writing of the serialized raw bytes to the
    	// associated http ResponseWriter object are interleaved, and hence
    	// the latency measured here will include the time spent writing the
    	// serialized raw bytes to the http ResponseWriter object.
    	SerializationTracker DurationTracker
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 13 22:15:37 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // CHECK-NEXT: _replication_info = "replicate"
    // CHECK-SAME: device = "/device:TPU:0"
    // CHECK-SAME: topology = "topology"
    // CHECK:      return %[[CLUSTER]]
    
    
    // Test multiple clusters interleaved.
    // CHECK-LABEL: func @interleaved_clusters
    // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<i1>)
    func.func @interleaved_clusters(%arg0 : tensor<i1>) -> (tensor<i1>, tensor<i1>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  7. src/html/template/template.go

    // execution stops, but partial results may already have been written to
    // the output writer.
    // A template may be executed safely in parallel, although if parallel
    // executions share a Writer the output may be interleaved.
    func (t *Template) Execute(wr io.Writer, data any) error {
    	if err := t.escape(); err != nil {
    		return err
    	}
    	return t.text.Execute(wr, data)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 21:00:46 UTC 2024
    - 17K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_cluster_formation.cc

        for (auto [replica_id, partitioned_output] : llvm::enumerate(ops)) {
          for (auto [core_id, result] :
               llvm::enumerate(partitioned_output->getResults())) {
            // outputs from replicate op are interleaved:
            // [(replica:0,core:0), (replica:1,core:0), ...,
            //  (replica:0,core:1), (replica:1,core:1), ...]
            uint64_t output_id =
                core_id * num_replicas + replica_id + results.size();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 39.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/types2/stdlib_test.go

    	"crypto/internal/bigmod/_asm":             true,
    }
    
    // printPackageMu synchronizes the printing of type-checked package files in
    // the typecheckFiles function.
    //
    // Without synchronization, package files may be interleaved during concurrent
    // type-checking.
    var printPackageMu sync.Mutex
    
    // typecheckFiles typechecks the given package files.
    func typecheckFiles(path string, filenames []string, importer Importer) (*Package, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. pkg/kubelet/util/manager/cache_based_manager_test.go

    	}
    
    	// precondition: no references
    	assert.Equal(t, 0, refs("nsinterleaved", "secret1"))
    	assert.Equal(t, 0, refs("nsinterleaved", "secret2"))
    
    	// add first pod that references secret1 only
    	manager.RegisterPod(podWithSecretsAndUID("nsinterleaved", "pod", "poduid1", secret1))
    	assert.Equal(t, 1, refs("nsinterleaved", "secret1"))
    	assert.Equal(t, 0, refs("nsinterleaved", "secret2"))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top