Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 667 for Differences (0.2 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/GroupedWorkOutputFixture.java

         */
        public enum ComparisonFailureFormat {
            /**
             * The new format, which should be aide in quickly finding small differences for comparisons spanning multiple lines.
             */
            LINEWISE,
    
            /**
             * GitHub Patch format.  This is the format used by the GitHub diff viewer.
             */
            UNIFIED
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/grpcgen/grpcgen.go

    // use this XDS mode to get load balancing info from Istio, including MC/VM/etc.
    
    // The corresponding RDS response is also generated - currently gRPC has special differences
    // and can't understand normal Istio RDS - in particular expects "" instead of "/" as
    // default prefix, and is expects just the route for one host.
    // handleAck will detect if the message is an ACK or NACK, and update/log/count
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.h

    namespace tensorflow {
    
    // An implementation of the SavedModelAPI using the TF Eager runtime. See
    // https://github.com/tensorflow/community/blob/master/rfcs/20200218-tf-c-saved-model.md
    // Conceptually, there are many differences between a tf.function and
    // a FunctionDef is executed by the C API.
    // 1. A tf.function is polymorphic, meaning it can correspond to multiple
    // ConcreteFunctions (of differing shapes, python arguments, etc). A
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 21:44:45 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/platform/ConscryptPlatform.kt

     */
    class ConscryptPlatform private constructor() : Platform() {
      private val provider: Provider = Conscrypt.newProvider()
    
      // See release notes https://groups.google.com/forum/#!forum/conscrypt
      // for version differences
      override fun newSSLContext(): SSLContext =
        // supports TLSv1.3 by default (version api is >= 1.4.0)
        SSLContext.getInstance("TLS", provider)
    
      override fun platformTrustManager(): X509TrustManager {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/core/revived_types/tf_signature_def_function.h

    namespace tensorflow {
    
    // This is the TF eager runtime implementation of SignatureDefFunction (separate
    // from the TFRT implementation). The user-facing API of SignatureDefFunctions
    // and their semantic differences from ConcreteFunction are described here:
    // https://github.com/tensorflow/tensorflow/blob/e2db60c9d9598ebae0b7741587ce6f5d473584d9/tensorflow/cc/saved_model/experimental/public/signature_def_function.h#L30-L59
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 19:43:25 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.js

                  var beforeOffset = evt.target.offsetTop;
    
                  switchSampleLanguage(preferredLanguageId);
    
                  // Scroll the window to account for content height differences between different sample languages
                  window.scrollBy(0, evt.target.offsetTop - beforeOffset);
                }
              );
              multiLanguageSelectorElement.appendChild(optionEl);
            });
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    [[sec:differences_with_top_level_dependencies]]
    == Differences between the test suite `dependencies` and the top-level `dependencies` blocks
    
    See <<jvm_test_suite_plugin.adoc#sec:differences_with_top_level_dependencies,differences with custom `dependencies` blocks>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/caching_android_projects.adoc

    // limitations under the License.
    
    = Caching Android projects
    
    While it is true that Android uses the Java toolchain as its foundation, there are nevertheless some significant differences from pure Java projects; these differences impact task cacheability.
    This is even more true for Android projects that include Kotlin source code (and therefore use the `kotlin-android` plugin).
    
    == Disambiguation
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 12:54:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. operator/cmd/mesh/profile-diff_test.go

    	cases := []profileDiffTestcase{
    		{
    			// We won't be parsing with Cobra, but this is the command equivalent
    			args: "profile diff default openshift",
    			// This is just one of the many differences
    			expectedString: "+    profile: openshift",
    			// The profile doesn't change istiocoredns, so we shouldn't see this in the diff
    			notExpected: "-    istiocoredns:",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. architecture/ambient/peer-authentication.md

    ## PeerAuthentication and ztunnel
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top