Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for x86_64 (0.07 sec)

  1. configure.py

    _DEFAULT_PROMPT_ASK_ATTEMPTS = 10
    
    _TF_BAZELRC_FILENAME = '.tf_configure.bazelrc'
    _TF_WORKSPACE_ROOT = ''
    _TF_BAZELRC = ''
    _TF_CURRENT_BAZEL_VERSION = None
    
    NCCL_LIB_PATHS = [
        'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''
    ]
    
    # List of files to configure when building Bazel on Apple platforms.
    APPLE_BAZEL_FILES = [
        'tensorflow/lite/ios/BUILD', 'tensorflow/lite/objc/BUILD',
        'tensorflow/lite/swift/BUILD',
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
  2. src/cmd/cgo/gcc.go

    }
    
    // gccMachine returns the gcc -m flag to use, either "-m32", "-m64" or "-marm".
    func gccMachine() []string {
    	switch goarch {
    	case "amd64":
    		if goos == "darwin" {
    			return []string{"-arch", "x86_64", "-m64"}
    		}
    		return []string{"-m64"}
    	case "arm64":
    		if goos == "darwin" {
    			return []string{"-arch", "arm64"}
    		}
    	case "386":
    		return []string{"-m32"}
    	case "arm":
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    * Do not daemonize `salt-minion` for the openstack-heat provider. ([#40722](https://github.com/kubernetes/kubernetes/pull/40722), [@micmro](https://github.com/micmro))
    * OpenStack-Heat will now look for an image named "CentOS-7-x86_64-GenericCloud-1604". To restore the previous behavior set OPENSTACK_IMAGE_NAME="CentOS7" ([#40368](https://github.com/kubernetes/kubernetes/pull/40368), [@sc68cal](https://github.com/sc68cal))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X850,
        X851,
        X852,
        X853,
        X854,
        X855,
        X856,
        X857,
        X858,
        X859,
        X860,
        X861,
        X862,
        X863,
        X864,
        X865,
        X866,
        X867,
        X868,
        X869,
        X870,
        X871,
        X872,
        X873,
        X874,
        X875,
        X876,
        X877,
        X878,
        X879,
        X880,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg debug/elf, const R_X86_64_GOTPCREL64 = 28
    pkg debug/elf, const R_X86_64_GOTPCREL64 R_X86_64
    pkg debug/elf, const R_X86_64_GOTPCRELX = 41
    pkg debug/elf, const R_X86_64_GOTPCRELX R_X86_64
    pkg debug/elf, const R_X86_64_GOTPLT64 = 30
    pkg debug/elf, const R_X86_64_GOTPLT64 R_X86_64
    pkg debug/elf, const R_X86_64_IRELATIVE = 37
    pkg debug/elf, const R_X86_64_IRELATIVE R_X86_64
    pkg debug/elf, const R_X86_64_PC32_BND = 39
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  6. android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X850,
        X851,
        X852,
        X853,
        X854,
        X855,
        X856,
        X857,
        X858,
        X859,
        X860,
        X861,
        X862,
        X863,
        X864,
        X865,
        X866,
        X867,
        X868,
        X869,
        X870,
        X871,
        X872,
        X873,
        X874,
        X875,
        X876,
        X877,
        X878,
        X879,
        X880,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  7. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

    }
    
    @test "Wheel is manylinux2014 (manylinux_2_17) compliant" {
        python3 -m auditwheel show "$TF_WHEEL" > audit.txt
        grep --quiet -zoP 'is consistent with the following platform tag:\n"manylinux_2_17_(aarch|x86_)64"\.' audit.txt
    }
    
    @test "Wheel conforms to upstream size limitations" {
        WHEEL_MEGABYTES=$(stat --format %s "$TF_WHEEL" | awk '{print int($1/(1024*1024))}')
        # Googlers: search for "test_tf_whl_size"
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. RELEASE.md

            instead of 2.15, or users could receive an installation error due to
            those missing dependencies.
    *   TensorFlow 2.15.0.post1 is being released for Linux x86_64 to resolve this
        issue as quickly as possible.
        *   This version removes the `tensorrt` Python package dependencies from the
            tensorflow[and-cuda] installation method to ensure `pip install
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg debug/elf, const R_X86_64_GOT32 R_X86_64
    pkg debug/elf, const R_X86_64_GOTPCREL R_X86_64
    pkg debug/elf, const R_X86_64_GOTTPOFF R_X86_64
    pkg debug/elf, const R_X86_64_JMP_SLOT R_X86_64
    pkg debug/elf, const R_X86_64_NONE R_X86_64
    pkg debug/elf, const R_X86_64_PC16 R_X86_64
    pkg debug/elf, const R_X86_64_PC32 R_X86_64
    pkg debug/elf, const R_X86_64_PC8 R_X86_64
    pkg debug/elf, const R_X86_64_PLT32 R_X86_64
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="60">
          <match value="PE\000\000" type="string" offset="128">
             <match value="0x8664" type="little16" offset="132"/>
          </match>
          <match value="PE\000\000" type="string" offset="240">
             <match value="0x8664" type="little16" offset="244"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/x-msdownload;format=pe-itanium">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top