Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Eintrag (0.55 sec)

  1. tensorflow/compiler/mlir/tfrt/runtime_fallback/runtime_fallback_executor.cc

    // -------------------------------------------------------------------------- //
    
    namespace {
    // Thread pool for running `intra-op` tasks scheduled by the fallback kernels.
    class IntraOpThreadPool : public ThreadPoolInterface {
     public:
      explicit IntraOpThreadPool(int64_t num_threads)
          : tpool_(Env::Default(), "intra-op",
                   std::max(1, static_cast<int32_t>(num_threads))) {}
    
      void Schedule(std::function<void()> fn) override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/build.gradle

                    "snippet-build-cache-configure-task_kotlin_configureTask.sample",
                    // TODO(mlopatkin) These snippets use bintray plugin which is not fully CC-compatible. Remove bintray plugin from samples.
                    "snippet-plugins-buildscript_groovy_sanityCheck.sample",
                    "snippet-plugins-buildscript_kotlin_sanityCheck.sample",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

            when:
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
                    connection.newBuild().withArguments("-Dorg.gradle.parallel.intra=true", '--parallel', '--max-workers=2').forTasks('parallelTasks').addProgressListener(events).run()
            }
    
            then:
            events.tasks.size() == 3
    
            def runTasks = events.operation("Run tasks")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/xla_platform_info.cc

      }
      *compilation_device_type = DeviceType(registration->compilation_device_name);
    
      TF_ASSIGN_OR_RETURN(auto allowed_gpus, GetAllowedGpus(flr));
      // TODO(b/255826209): Set platform, intra op parallelism threads if required
      // and when supported by GetOrCreatePjRtClient().
      // The `allowed_gpus` argument is used only if the `device_type` is GPU.
      TF_ASSIGN_OR_RETURN(*pjrt_client,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    Both methods are useful in different circumstances and depend upon the method you are passing the `Closure` instance into.
    
    Some plugins expect simple closures, as with the link:{plugin-portal}plugin/com.jfrog.bintray[Bintray] plugin:
    
    .Use `closureOf<T> {}`
    ====
    include::sample[dir="snippets/kotlinDsl/interoperability-closure-of/kotlin",files="build.gradle.kts[tags=closureOf]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. src/runtime/map.go

    	oldoverflow *[]*bmap       // keeps overflow buckets of hmap.oldbuckets alive
    	startBucket uintptr        // bucket iteration started at
    	offset      uint8          // intra-bucket offset to start from during iteration (should be big enough to hold bucketCnt-1)
    	wrapped     bool           // already wrapped around from end of bucket array to beginning
    	B           uint8
    	i           uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier_test.go

    	if len(tracer.outputs) != 0 {
    		destIP = strings.Split(tracer.outputs[0], ":")[0]
    	}
    
    	// Now the filter rules get run; exactly which ones depend on whether this is an
    	// inbound, outbound, or intra-host packet, which we don't know. So we just run
    	// the interesting tables manually. (Theoretically this could cause conflicts in
    	// the future in which case we'd have to do something more complicated.)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  8. RELEASE.md

        [Debugger V2](https://www.tensorflow.org/tensorboard/debugger_v2), which
        reveals the details of the TensorFlow program including graph structures,
        history of op executions at the Python (eager) and intra-graph levels, the
        runtime dtype, shape, and numerical composition of tensors, as well as their
        code locations.
    
    ## Breaking Changes
    
    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