Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for resumption (0.17 sec)

  1. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/SmokeTestGradleRunner.groovy

            }
            return this
        }
    
        /**
         * Expect a deprecation warning to appear when {@link #build()} or {@link #buildAndFail()} is called
         * for an old version of a third-party plugin. The assumption is that the deprecation has already
         * been fixed in a later version of the plugin, and thus no followup is needed.
         *
         * @param warning the text of the warning to match.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.h

    // not, the same-scale op will not be quantized. This decision is based on the
    // current assumption that the performance gain of the same-scale op itself
    // could not beat the overhead of the quantize and dequantize routines need to
    // be added around that op. When the assumption changes, this policy might
    // change as well.
    bool IsConnectedWithQuantizedCompsiteFunction(Operation* same_scale_op);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/partially_decluster_pass.cc

    // where it will always be constant folded) host-side computation of f does not
    // regress performance in any significant manner.  We will have to revisit this
    // algorithm with a more complex cost model if this assumption turns out to be
    // incorrect.
    Status PartiallyDeclusterGraph(Graph* graph,
                                   const FunctionLibraryDefinition* flib_def,
                                   Env* env) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. src/html/template/transition.go

    	//
    	// We conservatively treat all strings as URLs, but make some
    	// allowances to avoid confusion.
    	//
    	// In (1), our conservative assumption is justified.
    	// In (2), valid font names do not contain ':', '?', or '#', so our
    	// conservative assumption is fine since we will never transition past
    	// urlPartPreQuery.
    	// In (3), our protocol heuristic should not be tripped, and there
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/base/FinalizableReferenceQueueClassLoaderUnloadingTest.java

        // and friends, and that we will eventually expect to see garbage-collected. The assumption
        // is that the ClassLoader of this test is a URLClassLoader, and that it loads FRQ itself
        // rather than delegating to a parent ClassLoader. If this assumption is violated the test will
        // fail and will need to be rewritten.
    
        Class<?> frqC = FinalizableReferenceQueue.class;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize.cc

      // If not, the same-scale op will not be quantized. This decision is based
      // on the current assumption that the performance gain of the same-scale
      // op itself could not beat the overhead of the quantize and dequantize
      // routines need to be added around that op. When the assumption changes,
      // this policy might change as well.
      bool IsConnectedWithCompsiteFunction(Operation* same_scale_op) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. internal/etag/etag.go

    // an object is encrypted using SSE-C or SSE-KMS. Maybe AWS S3
    // computes the ETag as MD5 of the encrypted content but there is
    // no way to verify this assumption since the encryption happens
    // inside AWS S3.
    // Therefore, S3 clients must not make any assumption about ETags
    // in case of SSE-C or SSE-KMS except that the ETag is well-formed.
    //
    // To put all of this into a simple rule:
    //
    //	SSE-S3 : ETag == MD5
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 10 21:09:36 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

            and:
            libObjects.noneRecompiled()
            appObjects.recompiledFile(appSourceFile)
            // Test assumes that the app has multiple source files and only one of them has changed. Verify that assumption
            appObjects.hasFiles(appSourceFile, appOtherSourceFile)
    
            and:
            install.assertInstalled()
            install.exec().out == "hello planet"
    
            when:
            run installApp
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  9. pilot/pkg/credentials/kube/secrets.go

    	// Because of legacy reasons and supporting an extra ca.crt, we also support generic types.
    	// Its also likely users have started to use random types and expect them to continue working.
    	// This makes the assumption we will never care about Helm secrets or SA token secrets - two common
    	// large secrets in clusters.
    	// This is a best effort optimization only; the code would behave correctly if we watched all secrets.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/cases/map.go

    			if d[1] == 0xCC && d[2] <= 0x91 { // A.2.4.
    				if !c.writeBytes(d[:1]) {
    					return false
    				}
    				c.dst[c.pDst-1] += 'a' - 'A' // lower
    
    				// Assumption: modifier never changes on lowercase. See A.1.
    				// Assumption: all modifiers added have CCC = Above. See A.2.3.
    				return c.writeString("\u0307") && c.writeBytes(d[1:])
    			}
    			// In all other cases the additional modifiers will have a CCC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top