Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for x64_windows (0.17 sec)

  1. .bazelrc

    build:avx_linux --host_copt=-mavx
    build:avx_win --copt=/arch:AVX
    
    # Use Clang-cl compiler on Windows
    build:win_clang --copt=/clang:-Weverything
    build:win_clang --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows-clang-cl
    build:win_clang --extra_execution_platforms=//tensorflow/tools/toolchains/win:x64_windows-clang-cl
    build:win_clang --host_platform=//tensorflow/tools/toolchains/win:x64_windows-clang-cl
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. tensorflow/BUILD

        constraint_values = if_google(
            ["//third_party/bazel_platforms/os:windows"],
            [],
        ),
        # OSS builds query the CPU type.
        values = if_oss(
            {"cpu": "x64_windows"},
            {},
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "no_tensorflow_py_deps",
        define_values = {"no_tensorflow_py_deps": "true"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  3. src/cmd/go/internal/imports/testdata/star/x_windows.go

    Jay Conrod <******@****.***> 1553027781 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 28 23:36:30 UTC 2019
    - 28 bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenScopesIntegrationTest.groovy

    dependencies {
        conf group: 'test', name: 'target', version: '1.0', configuration: 'x86_windows'
    }
    """
            expect:
            fails 'checkDep'
            failure.assertHasCause("Could not resolve test:target:1.0.\nRequired by:\n    project :")
            failure.assertHasCause("A dependency was declared on configuration 'x86_windows' which is not declared in the descriptor for test:target:1.0.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyModuleResolveIntegrationTest.groovy

    }
    task retrieve(type: Sync) {
      from configurations.compile
      into 'libs'
    }
    """
    
            expect:
            fails 'retrieve'
            failure.assertHasCause("Could not resolve test:target:1.0.\nRequired by:\n    project :")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top