Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 00024 (0.08 sec)

  1. android/guava-tests/test/com/google/common/collect/ImmutableSetTest.java

        assertThrows(IllegalArgumentException.class, () -> ImmutableSet.chooseTableSize(1 << 30));
      }
    
      @GwtIncompatible // RegularImmutableSet.table not in emulation
      public void testResizeTable() {
        verifyTableSize(100, 2, 4);
        verifyTableSize(100, 5, 8);
        verifyTableSize(100, 33, 64);
        verifyTableSize(60, 60, 128);
        verifyTableSize(120, 60, 256);
        // if the table is only double the necessary size, we don't bother resizing it
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    ht-\"] .user-panel .status:focus, [class*=\"sidebar-light-\"] .user-panel .status:active {\n  background-color: rgba(0, 0, 0, 0.1);\n  color: #212529;\n}\n\n[class*=\"sidebar-light-\"] .user-panel .dropdown-menu {\n  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);\n  border-color: rgba(0, 0, 0, 0.1);\n}\n\n[class*=\"sidebar-light-\"] .user-panel .dropdown-item {\n  color: #212529;\n}\n\n[class*=\"sidebar-light-\"] .nav-sidebar > .nav-item > .nav-link:active, [class*=\"sidebar-light-\"] .nav-sidebar > .nav-item...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  3. RELEASE.md

        from that library.
    *   tf.keras.optimizers default learning rate changes:
        *   Adadelta: 1.000 to 0.001
        *   Adagrad: 0.01 to 0.001
        *   Adamax: 0.002 to 0.001
        *   NAdam: 0.002 to 0.001
    
    ## Bug Fixes and Other Changes
    
    *   Documentation
    *   Deprecations and Symbol renames.
        *   Remove unused StringViewVariantWrapper
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top