Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 154 of 154 for Apps (0.04 sec)

  1. RELEASE.md

    # Release 2.17.1
    
    ### Bug Fixes and Other Changes
    
    * Add necessary header files in the aar library. These are needed if developers build apps with header files unpacked from tflite aar files from maven.
    * Implement Name() for GCSWritableFile to fix the profiler trace viewer cache file generation.
    * Fix `cstring.h` missing file issue with the Libtensorflow archive.
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/hash/BloomFilterTest.java

            .hasMessageThat()
            .isEqualTo("Could not create BloomFilter of 3327428144502 bits");
      }
    
      @AndroidIncompatible // OutOfMemoryError
      public void testLargeNumberOfInsertions() {
        // We use horrible FPPs here to keep Java from OOM'ing
        BloomFilter<String> unused =
            BloomFilter.create(Funnels.unencodedCharsFunnel(), Integer.MAX_VALUE / 2, 0.30);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	DPPS $7, (BX), X2                       // 660f3a401307
    	DPPS $7, (R11), X2                      // 66410f3a401307
    	DPPS $7, X2, X2                         // 660f3a40d207
    	DPPS $7, X11, X2                        // 66410f3a40d307
    	DPPS $7, (BX), X11                      // 66440f3a401b07
    	DPPS $7, (R11), X11                     // 66450f3a401b07
    	DPPS $7, X2, X11                        // 66440f3a40da07
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  4. cmd/testdata/decryptObjectInfo.json.zst

    orithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/script/mod_file_proxy.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"9mddmCDt38p9A9MhWNcj/1uh7I2l9OYUHTrRY+PPs=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAIMeS01GJu/bxqDHuDOmWSr5T5MLJ5Z+RMwykM7j5O8aTTFK2+oouG7sz1B0iRfsNdmE/cIzlA==","X-Minio-Internal-Server-Side-En...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top