Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for Src3 (0.3 sec)

  1. tensorflow/compiler/mlir/lite/tests/end2end/back2back_fake_quant.pbtxt

    # RESULT1-NEXT: quantization:
    # RESULT1-NEXT: scale: [ 0.007523 ],
    # RESULT1-NEXT: zero_point: [ 116 ]
    
    # TODO  Actually RESULT1 represents in incomplete implementation
    # Currently TF2.2.0-rc3 all but the first fake_quant in 
    # sequence are dropped.  A correct transalation would retain the second as a requantization
    # op.
    
    # CORRECT1:name: "Identity"
    # CORRECT1-NEXT: quantization:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 25.9K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

     *   </li>
     * <li>a hyphen usually precedes a qualifier, and is always less important than digits/number, for example
     *   {@code 1.0.RC2 < 1.0-RC3 < 1.0.1}; but prefer {@code 1.0.0-RC1} over {@code 1.0.0.RC1}, and more
     *   generally: {@code 1.0.X2 < 1.0-X3 < 1.0.1} for any string {@code X}; but prefer {@code 1.0.0-X1}
     *   over {@code 1.0.0.X1}.</li>
     * </ul>
     *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 26K bytes
    - Viewed (0)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    		t.Errorf("expected rc2 to not exist in the cache")
    	}
    	if !gc.absentOwnerCache.Has(objectReference{Namespace: "ns1", OwnerReference: metav1.OwnerReference{Kind: "ReplicationController", Name: "rc3", UID: "3", APIVersion: "v1"}}) {
    		t.Errorf("expected rc3 to be in the cache")
    	}
    	// check the request sent to the server
    	count := 0
    	for _, action := range testHandler.actions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_4x.md

    from OkHttp 3.x. We wrote an [upgrade guide][upgrading_to_okhttp_4] to help with the migration and a
    [blog post][okhttp4_blog_post] to explain it.
    
     *  Fix: Target Java 8 bytecode for Java and Kotlin.
    
    
    ## Version 4.0.0-RC3
    
    _2019-06-24_
    
     *  Fix: Retain binary-compatibility in `okhttp3.internal.HttpMethod`. Naughty third party SDKs
        import this and we want to ease upgrades for their users.
    
    
    ## Version 4.0.0-RC2
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    /*
     * jsTree 1.0-rc3
     * http://jstree.com/
     *
     * Copyright (c) 2010 Ivan Bozhanov (vakata.com)
     *
     * Licensed same as jquery - under the terms of either the MIT License or the GPL Version 2 License
     *   http://www.opensource.org/licenses/mit-license.php
     *   http://www.gnu.org/licenses/gpl.html
     *
     * $Date: 2011-02-09 01:17:14 +0200 (ср, 09 февр 2011) $
     * $Revision: 236 $
     */
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    === Potential breaking changes
    
     * There have been several potentially breaking changes in Kotlin DSL — see the _Breaking changes_ section of https://github.com/gradle/kotlin-dsl/releases/tag/v1.0-RC3[that project's release notes].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

      - [Changes by Kind](#changes-by-kind-17)
        - [Deprecation](#deprecation-1)
        - [Bug or Regression](#bug-or-regression-16)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-8)
      - [Dependencies](#dependencies-18)
        - [Added](#added-18)
        - [Changed](#changed-18)
        - [Removed](#removed-18)
    - [v1.19.0-rc.3](#v1190-rc3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top