Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 322 for depend (0.33 sec)

  1. tensorflow/BUILD

    )
    
    # To avoid duplication, check that the C++ or python library does not depend on
    # the stream executor cuda plugins. Targets that want to use cuda APIs should
    # instead depend on the dummy plugins in @local_tsl//tsl/platform/default/build_config
    # and use header only targets.
    # TODO(ddunleavy): This seems completely broken. :tensorflow_cc depends on
    # cuda_platform from tf_additional_binary_deps and this doesn't break.
    check_deps(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modget/get.go

    	}
    
    	for _, q := range queries {
    		if q.pattern == "all" {
    			r.patternAllQueries = append(r.patternAllQueries, q)
    		} else if q.patternIsLocal {
    			r.localQueries = append(r.localQueries, q)
    		} else if q.isWildcard() {
    			r.wildcardQueries = append(r.wildcardQueries, q)
    		} else {
    			r.pathQueries = append(r.pathQueries, q)
    		}
    
    		if q.version == "none" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  3. src/time/time.go

    // (e.g., the year is out of range), then an error is reported.
    func (t Time) MarshalJSON() ([]byte, error) {
    	b := make([]byte, 0, len(RFC3339Nano)+len(`""`))
    	b = append(b, '"')
    	b, err := t.appendStrictRFC3339(b)
    	b = append(b, '"')
    	if err != nil {
    		return nil, errors.New("Time.MarshalJSON: " + err.Error())
    	}
    	return b, nil
    }
    
    // UnmarshalJSON implements the [json.Unmarshaler] interface.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

        link:{javadocPath}/org/gradle/nativeplatform/SharedLibraryBinarySpec.html[SharedLibraryBinarySpec]
    
    The built-in `check` task depends on all the _check tasks_ for binaries in the project. Without either <<#native_binaries:cunit,CUnit>> or <<#native_binaries:google_test,GoogleTest>> plugins, the binary check task only depends on the _lifecycle task_ that assembles the binary, see <<#sec:native_tasks,Native tasks>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

        gradle build -x test
    
    This excludes the `test` task and any other task that it _exclusively_ depends on, i.e. no other task depends on the same task. Those tasks will not be marked "SKIPPED" by Gradle, but will simply not appear in the list of tasks executed.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  6. src/cmd/dist/build.go

    		link = []string{pathf("%s/link", tooldir)}
    		if goos == "android" {
    			link = append(link, "-buildmode=pie")
    		}
    		if goldflags != "" {
    			link = append(link, goldflags)
    		}
    		link = append(link, "-extld="+compilerEnvLookup("CC", defaultcc, goos, goarch))
    		link = append(link, "-L="+pathf("%s/pkg/obj/go-bootstrap/%s_%s", goroot, goos, goarch))
    		link = append(link, "-o", pathf("%s/%s%s", tooldir, elem, exe))
    		targ = len(link) - 1
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		// resources available for other pods.
    		//
    		// TODO (https://github.com/kubernetes/kubernetes/issues/123697):
    		// check that the pending claims depend on structured parameters (depends on refactoring foreachPodResourceClaim, see other TODO).
    		//
    		// There is a small race here:
    		// - The dynamicresources plugin allocates claim A and updates the assume cache.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            def depOld = mavenRepo.module("org", "dep", "2.0").publish()
            def depNew = mavenRepo.module("org", "dep", "2.5").publish()
    
            def controlOld = mavenRepo.module("org", "control", "1.0").dependsOn(depNew).publish()
            def controlNew = mavenRepo.module("org", "control", "1.2").dependsOn(depNew).publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. src/crypto/tls/handshake_server_test.go

    		return nil, nil, err
    	}
    	defer l.Close()
    
    	port := l.Addr().(*net.TCPAddr).Port
    
    	var command []string
    	command = append(command, test.command...)
    	if len(command) == 0 {
    		command = defaultClientCommand
    	}
    	command = append(command, "-connect")
    	command = append(command, fmt.Sprintf("127.0.0.1:%d", port))
    	cmd := exec.Command(command[0], command[1:]...)
    	cmd.Stdin = nil
    	var output bytes.Buffer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  10. src/cmd/go/internal/test/test.go

    			// meta-data files from all of the packages mentioned in
    			// "-coverpkg" and write them to a summary file. This new
    			// action will depend on all the build actions for the
    			// test packages, and all the run actions for these
    			// packages will depend on it. Motivating example:
    			// supposed we have a top level directory with three
    			// package subdirs, "a", "b", and "c", and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top