Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recordWrite (0.05 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        Object key = new Object();
        Object value = new Object();
        int hash = map.hash(key);
        DummyEntry<Object, Object> entry = createDummyEntry(key, hash, value, null);
        segment.recordWrite(entry, 1, map.ticker.read());
        segment.table.set(0, entry);
        segment.readCount.incrementAndGet();
        segment.count = 1;
        segment.totalWeight = 1;
    
        assertSame(entry, table.get(0));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Numerous C++ API updates.
    *   New op: `parallel_stack`.
    *   Introducing common tf io compression options constants for
        RecordReader/RecordWriter.
    *   Add `sparse_column_with_vocabulary_file`, to specify a feature column that
        transform string features to IDs, where the mapping is defined by a
        vocabulary file.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top