Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Antelo (0.32 sec)

  1. .teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt

    ): Boolean {
        return if (testCoverage.os == Os.MACOS && testCoverage.arch == Arch.AMD64) {
            subprojectName.contains("native") ||
                // Include precondition-tester here so we understand that tests do run on macOS intel as well
                subprojectName in listOf("file-watching", "snapshots", "workers", "logging", "precondition-tester")
        } else {
            true
        }
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Thu Feb 15 17:04:41 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17
    pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15
    pkg syscall (windows-386), const PROV_FORTEZZA = 4
    pkg syscall (windows-386), const PROV_INTEL_SEC = 22
    pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5
    pkg syscall (windows-386), const PROV_REPLACE_OWF = 23
    pkg syscall (windows-386), const PROV_RNG = 21
    pkg syscall (windows-386), const PROV_RSA_AES = 24
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cloudns.biz
    cloudns.club
    cloudns.cc
    cloudns.eu
    cloudns.in
    cloudns.info
    cloudns.org
    cloudns.pro
    cloudns.pw
    cloudns.us
    
    // CNPY : https://cnpy.gdn
    // Submitted by Angelo Gladding <angelo@lahacker.net>
    cnpy.gdn
    
    // Codeberg e. V. : https://codeberg.org
    // Submitted by Moritz Marquardt <******@****.***>
    codeberg.page
    
    // CoDNS B.V.
    co.nl
    co.no
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  4. api/go1.txt

    pkg syscall (windows-386), const PROV_EC_ECNRA_FULL ideal-int
    pkg syscall (windows-386), const PROV_EC_ECNRA_SIG ideal-int
    pkg syscall (windows-386), const PROV_FORTEZZA ideal-int
    pkg syscall (windows-386), const PROV_INTEL_SEC ideal-int
    pkg syscall (windows-386), const PROV_MS_EXCHANGE ideal-int
    pkg syscall (windows-386), const PROV_REPLACE_OWF ideal-int
    pkg syscall (windows-386), const PROV_RNG ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. tensorflow/BUILD

    # LINT.IfChange
    package_group(name = "structured_tensor_allowlist")
    # LINT.ThenChange(copy.bara.sky)
    
    filegroup(
        name = "intel_binary_blob",
        data = if_mkl_ml(
            [
                "@local_xla//xla/tsl/mkl:intel_binary_blob",
            ],
        ),
    )
    
    bzl_library(
        name = "tensorflow_bzl",
        srcs = ["tensorflow.bzl"],
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
  6. RELEASE.md

                AVX512_BF16, AMX, etc.
                ([Intel Cascade Lake](https://www.intel.com/content/www/us/en/products/platforms/details/cascade-lake.html)
                and newer CPUs.)
                *   [Example performance speedups.](https://medium.com/intel-analytics-software/leverage-intel-deep-learning-optimizations-in-tensorflow-129faa80ee07)
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  7. README.md

    ## GNU/Linux
    
    Use the following command to run a standalone MinIO server on Linux hosts running 64-bit Intel/AMD architectures. Replace ``/data`` with the path to the drive or directory in which you want MinIO to store data.
    
    ```sh
    wget https://dl.min.io/server/minio/release/linux-amd64/minio
    chmod +x minio
    ./minio server /data
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Feb 14 17:51:34 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  8. ci/devinfra/docker_windows/Dockerfile

        sdkmanager 'extras;google;simulators'; \
        sdkmanager 'extras;google;usb_driver'; \
        sdkmanager 'extras;google;webdriver'; \
        sdkmanager 'extras;android;m2repository'; \
        sdkmanager 'extras;intel;Hardware_Accelerated_Execution_Manager'; \
        sdkmanager 'extras;m2repository;com;android;support;constraint;constraint-layout;1.0.0'; \
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top