Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 168 (0.05 sec)

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

    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 110.6K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/cache/LocalCacheTest.java

    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 112.3K bytes
    - Viewed (0)
  3. src/bytes/bytes_test.go

    		// Test the cutover to bytealg.Index when it is triggered in
    		// the middle of rune that contains consecutive runs of equal bytes.
    		{"aaaaaKKKK\U000bc104", '\U000bc104', 17}, // cutover: (n + 16) / 8
    		{"aaaaaKKKK鄄", '鄄', 17},
    		{"aaKKKKKa\U000bc104", '\U000bc104', 18}, // cutover: 4 + n>>4
    		{"aaKKKKKa鄄", '鄄', 18},
    	}
    	for _, tt := range tests {
    		if got := IndexRune([]byte(tt.in), tt.rune); got != tt.want {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Aug 19 19:09:04 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  4. RELEASE.md

    *   Set `/d2ReducedOptimizeHugeFunctions` by default for Windows builds. This
        provides a big compile-time speedup, and effectively raises the minimum
        supported MSVC version to 16.4 (current: 16.8).
    
        *   See:
            https://groups.google.com/a/tensorflow.org/d/topic/build/SsW98Eo7l3o/discussion
    
    *   TensorRT
    
        *   Removed the deprecated `session_config` parameter for the TF1-TRT
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * By default, encode by alias. This allows using Pydantic `alias` parameters working by default. PR [#168](https://github.com/tiangolo/fastapi/pull/168).
    
    ## 0.16.0
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top