Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 143 for stage1 (0.16 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

            TaskProvider<Sync> userguide = tasks.register("userguide", Sync.class, task -> {
                task.setGroup("documentation");
                task.setDescription("Stages rendered user manual documentation.");
    
                task.from(userguideSinglePageHtml);
                task.from(userguideSinglePagePdf);
                task.from(userguideMultiPage);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 05:46:51 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/flags.h

    // be used by a server to ensure that JIT compilation is opt-in.
    void DisableXlaCompilation();
    
    // Enables XLA compilation. Can be used with `DisableXlaCompilation` to
    // enable/disable JIT compilation at different stages.
    void EnableXlaCompilation();
    
    // Returns `false` unless `DisableXlaCompilation` was called.
    bool FailOnXlaCompilation();
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/sink/OutputEventRenderer.java

        public void enableUserStandardOutputListeners() {
            // Create all of the pipeline eagerly as soon as this is enabled, to track the state of build operations.
            // All of the pipelines do this, so should instead have a single stage that tracks this for all pipelines and that can replay the current state to new pipelines
            // Then, a pipeline can be added for each listener as required
            synchronized (lock) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 19:25:32 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //TODO: The BootstrapTokenString object should move out to either k8s.io/client-go or k8s.io/api in the future
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA

    000000f0  35 30 36 33 32 5a 30 45  31 0b 30 09 06 03 55 04  |50632Z0E1.0...U.|
    00000100  06 13 02 41 55 31 13 30  11 06 03 55 04 08 13 0a  |...AU1.0...U....|
    00000110  53 6f 6d 65 2d 53 74 61  74 65 31 21 30 1f 06 03  |Some-State1!0...|
    00000120  55 04 0a 13 18 49 6e 74  65 72 6e 65 74 20 57 69  |U....Internet Wi|
    00000130  64 67 69 74 73 20 50 74  79 20 4c 74 64 30 81 9b  |dgits Pty Ltd0..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA

    000000f0  35 30 36 33 32 5a 30 45  31 0b 30 09 06 03 55 04  |50632Z0E1.0...U.|
    00000100  06 13 02 41 55 31 13 30  11 06 03 55 04 08 13 0a  |...AU1.0...U....|
    00000110  53 6f 6d 65 2d 53 74 61  74 65 31 21 30 1f 06 03  |Some-State1!0...|
    00000120  55 04 0a 13 18 49 6e 74  65 72 6e 65 74 20 57 69  |U....Internet Wi|
    00000130  64 67 69 74 73 20 50 74  79 20 4c 74 64 30 81 9b  |dgits Pty Ltd0..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. src/crypto/internal/nistec/p256_asm_amd64.s

    	MOVQ (8*3)(x_ptr), acc3
    	XORQ acc4, acc4
    
    	// Only reduce, no multiplications are needed
    	// First stage
    	MOVQ acc0, AX
    	MOVQ acc0, t1
    	SHLQ $32, acc0
    	MULQ p256const1<>(SB)
    	SHRQ $32, t1
    	ADDQ acc0, acc1
    	ADCQ t1, acc2
    	ADCQ AX, acc3
    	ADCQ DX, acc4
    	XORQ acc5, acc5
    	// Second stage
    	MOVQ acc1, AX
    	MOVQ acc1, t1
    	SHLQ $32, acc1
    	MULQ p256const1<>(SB)
    	SHRQ $32, t1
    	ADDQ acc1, acc2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  8. build/dependencies.yaml

          match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
        - path: test/images/Makefile
          match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
    
      # Golang pre-releases are denoted as `1.y<pre-release stage>`
      # Example: go1.16rc1
      #
      # This entry is a stub of the major version to allow dependency checks to
      # pass when building Kubernetes using a pre-release of Golang.
      - name: "golang: 1.<major>"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA

    000000f0  35 30 36 33 32 5a 30 45  31 0b 30 09 06 03 55 04  |50632Z0E1.0...U.|
    00000100  06 13 02 41 55 31 13 30  11 06 03 55 04 08 13 0a  |...AU1.0...U....|
    00000110  53 6f 6d 65 2d 53 74 61  74 65 31 21 30 1f 06 03  |Some-State1!0...|
    00000120  55 04 0a 13 18 49 6e 74  65 72 6e 65 74 20 57 69  |U....Internet Wi|
    00000130  64 67 69 74 73 20 50 74  79 20 4c 74 64 30 81 9b  |dgits Pty Ltd0..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  10. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classpath/TransformedClassPath.java

                            "Possible reason: Injecting custom artifact transform in between instrumentation stages is not supported.");
                }
            }
            Builder result = builderWithExactSize(transformedEntries.size());
            for (Map.Entry<File, File> entry : transformedEntries.entrySet()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 13:59:11 UTC 2024
    - 18.1K bytes
    - Viewed (0)
Back to top