Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for darwin_x86_64 (0.19 sec)

  1. tensorflow/BUILD

    config_setting(
        name = "no_tensorflow_py_deps",
        define_values = {"no_tensorflow_py_deps": "true"},
        visibility = ["//visibility:public"],
    )
    
    # Sometimes Bazel reports darwin_x86_64 as "darwin" and sometimes as
    # "darwin_x86_64". The former shows up when building on a Mac x86_64 host for a Mac x86_64 target.
    # The latter shows up when cross-compiling for Mac x86_64 from a Mac ARM machine and in internal
    # Google builds.
    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)
  2. .bazelrc

    build:cross_compile_macos_x86 --action_env  MACOSX_DEPLOYMENT_TARGET=10.15
    
    # Set the target CPU to Darwin x86
    build:cross_compile_macos_x86 --platforms=//tensorflow/tools/toolchains/cross_compile/config:darwin_x86_64
    build:cross_compile_macos_x86 --cpu=darwin
    build:cross_compile_macos_x86 --crosstool_top=//tensorflow/tools/toolchains/cross_compile/cc:cross_compile_toolchain_suite
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 23 01:21:54 GMT 2024
    - 53.4K bytes
    - Viewed (2)
Back to top