Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for beforeSend (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    ----
    ====
    
    You can of course just add an explicit task dependency via `dependsOn`, but the above approach provides more semantic meaning, explaining why `compileJava` has to run beforehand.
    
    [[sec:disable-state-tracking]]
    === Disabling up-to-date checks
    
    Gradle automatically handles up-to-date checks for output files and directories, but what if the task output is something else entirely?
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    	rex &= 0x40 | Rxr
    	if a.Offset != int64(int32(a.Offset)) {
    		// The rules are slightly different for 386 and AMD64,
    		// mostly for historical reasons. We may unify them later,
    		// but it must be discussed beforehand.
    		//
    		// For 64bit mode only LEAL is allowed to overflow.
    		// It's how https://golang.org/cl/59630 made it.
    		// crypto/sha1/sha1block_amd64.s depends on this feature.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Hot-fix was needed for an issue affecting the TensorFlow installation
        process.
        *   TensorFlow 2.15.0 Python package was requesting `tensorrt`-related
            packages that cannot be found unless the user installs them beforehand
            or provides additional installation flags.
        *   This dependency affected anyone installing TensorFlow 2.15 alongside
            NVIDIA CUDA dependencies via `pip install tensorflow[and-cuda]`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top