Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for insight (0.12 sec)

  1. tensorflow/c/eager/c_api_experimental.h

    // maximum number of in flight async nodes. Enqueuing of additional async ops
    // after the limit is reached blocks until some inflight nodes finishes.
    // The effect is bounding the memory held by inflight TensorHandles that are
    // referenced by the inflight nodes.
    // A recommended value has not been established.
    // A value of 0 removes the limit, which is the behavior of TensorFlow 2.11.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/buildevents/BuildExceptionReporter.java

        }
    
        private void addBuildScanMessage(ContextImpl context) {
            context.appendResolution(output -> runWithOption(output, LONG_OPTION, " to get full insights."));
        }
    
        private boolean isGradleEnterprisePluginApplied() {
            return gradleEnterprisePluginManager != null && gradleEnterprisePluginManager.isPresent();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Queues.java

            E e = q.poll(deadline - System.nanoTime(), TimeUnit.NANOSECONDS);
            if (e == null) {
              break; // we already waited enough, and there are no more elements in sight
            }
            buffer.add(e);
            added++;
          }
        }
        return added;
      }
    
      /**
       * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, long, TimeUnit)}, but
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/internal/buildevents/BuildExceptionReporterTest.groovy

        static final String INFO = "{info}> {normal}Run with {userinput}--info{normal} option to get more log output."
        static final String SCAN = "{info}> {normal}Run with {userinput}--scan{normal} to get full insights."
        static final String GET_HELP = "{info}> {normal}Get more help at {userinput}https://help.gradle.org{normal}."
    
    
        def setup() {
            factory.create(BuildExceptionReporter.class, LogLevel.ERROR) >> output
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Queues.java

            E e = q.poll(deadline - System.nanoTime(), TimeUnit.NANOSECONDS);
            if (e == null) {
              break; // we already waited enough, and there are no more elements in sight
            }
            buffer.add(e);
            added++;
          }
        }
        return added;
      }
    
      /**
       * Drains the queue as {@linkplain #drain(BlockingQueue, Collection, int, Duration)}, but with a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 18K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_concepts.adoc

    [[filter_runtime_classpath]]
    ===== Filtering runtime classpaths
    
    For a runtime classpath it is possible to provide better insights to Gradle which files are essential to the input by <<incremental_build.adoc#sec:configure_input_normalization,configuring input normalization>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  7. docs/de/docs/index.md

    ---
    
    „_Ehrlich, was Du gebaut hast, sieht super solide und poliert aus. In vielerlei Hinsicht ist es so, wie ich **Hug** haben wollte – es ist wirklich inspirierend, jemanden so etwas bauen zu sehen._“
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/link.go

    	// and the actual behavior on GitHub,
    	// www.example.com$foo turns into <a href="https://www.example.com$foo">,
    	// but that makes the character restrictions in the valid-domain check
    	// almost meaningless. So we insist that when all is said and done,
    	// if the domain is followed by anything, that thing must be a slash,
    	// even though GitHub is not that picky.
    	// People might complain about www.example.com:1234 not working,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    	currentInflightRequests = compbasemetrics.NewGaugeVec(
    		&compbasemetrics.GaugeOpts{
    			Subsystem:      APIServerComponent,
    			Name:           "current_inflight_requests",
    			Help:           "Maximal number of currently used inflight request limit of this apiserver per request kind in last second.",
    			StabilityLevel: compbasemetrics.STABLE,
    		},
    		[]string{"request_kind"},
    	)
    	currentInqueueRequests = compbasemetrics.NewGaugeVec(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
  10. LICENSE

    any free program.  We wish to make sure that a company cannot
    effectively restrict the users of a free program by obtaining a
    restrictive license from a patent holder.  Therefore, we insist that
    any patent license obtained for a version of the library must be
    consistent with the full freedom of use specified in this license.
    
      Most GNU software, including some libraries, is covered by the
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
Back to top