Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for facts (0.1 sec)

  1. guava/src/com/google/common/collect/MapMakerInternalMap.java

        // way for it to return a false negative would be for the target value to jump around in the map
        // such that none of the subsequent iterations observed it, despite the fact that at every point
        // in time it was present somewhere int the map. This becomes increasingly unlikely as
        // CONTAINS_VALUE_RETRIES increases, though without locking it is theoretically possible.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    If `x` and `y` are vectors or higher rank, then `condition` must be either a
    scalar, a vector with size matching the first dimension of `x`, or must have
    the same shape as `x`.
    
    The `condition` tensor acts as a mask that chooses, based on the value at each
    element, whether the corresponding element / row in the output should be
    taken from `x` (if true) or `y` (if false).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. src/go/build/build.go

    			// Path segments starting with ~ on Unix are almost always
    			// users who have incorrectly quoted ~ while setting GOPATH,
    			// preventing it from expanding to $HOME.
    			// The situation is made more confusing by the fact that
    			// bash allows quoted ~ in $PATH (most shells do not).
    			// Do not get confused by this, and do not try to use the path.
    			// It does not exist, and printing errors about it confuses
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and
    	// the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  5. src/runtime/asm_amd64.s

    #ifdef GOOS_windows
    	// Make sure we have enough room for 4 stack-backed fast-call
    	// registers as per Windows amd64 calling convention.
    	ADJSP	$32
    	// On Windows, asmcgocall_landingpad acts as landing pad for exceptions
    	// thrown in the cgo call. Exceptions that reach this function will be
    	// handled by runtime.sehtramp thanks to the SEH metadata added
    	// by the compiler.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

        // way for it to return a false negative would be for the target value to jump around in the map
        // such that none of the subsequent iterations observed it, despite the fact that at every point
        // in time it was present somewhere int the map. This becomes increasingly unlikely as
        // CONTAINS_VALUE_RETRIES increases, though without locking it is theoretically possible.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  7. src/testing/testing.go

    //
    // When fuzzing is disabled, the fuzz target is called with the seed inputs
    // registered with F.Add and seed inputs from testdata/fuzz/<Name>. In this
    // mode, the fuzz test acts much like a regular test, with subtests started
    // with F.Fuzz instead of T.Run.
    //
    // See https://go.dev/doc/fuzz for documentation about fuzzing.
    //
    // # Skipping
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	}
    
    	// For barFirst, we first create it with key /pods/first/bar and then we update
    	// it by changing its spec.nodeName. The point of doing this is to be able to
    	// test that if a pod with key /pods/first/bar is in fact returned, the returned
    	// pod is the updated one (i.e. with spec.nodeName changed).
    	preset[0].storedObj = &example.Pod{}
    	if err := store.GuaranteedUpdate(ctx, computePodKey(barFirst), preset[0].storedObj, true, nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/test/test.go

    			// we're using atomic mode (and not compiling
    			// sync/atomic package itself). See #18486 and #57445.
    			// Note that this needs to be done prior to any of the
    			// builderTest invocations below, due to the fact that
    			// a given package in the 'pkgs' list may import
    			// package Q which appears later in the list (if this
    			// happens we'll wind up building the Q compile action
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    * A `FileCollection` or `FileTree` — all files in the collection are included in the copy
    * A task — the files or directories that form a task's <<incremental_build.adoc#sec:task_inputs_outputs,defined outputs>> are included
    
    In fact, `from()` accepts all the same arguments as link:{groovyDslPath}/org.gradle.api.Project.html#org.gradle.api.Project:files(java.lang.Object++[]++)[Project.files(java.lang.Object...)] so see that method for a more detailed list of acceptable types.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top