- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for with_tpu_support (0.13 sec)
-
tensorflow/BUILD
config_setting( name = "with_tpu_support_define", define_values = {"with_tpu_support": "true"}, visibility = ["//visibility:public"], ) config_setting( name = "with_tpu_support_flag", flag_values = {":enable_tpu_support": "True"}, visibility = ["//visibility:public"], ) selects.config_setting_group( name = "with_tpu_support", match_any = [ ":with_tpu_support_define",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
.bazelrc
build:dbg --cxxopt -DTF_LITE_DISABLE_X86_NEON # AWS SDK must be compiled in release mode. see: https://github.com/tensorflow/tensorflow/issues/37498 build:dbg --copt -DDEBUG_BUILD # Config to build TF TPU build:tpu --define=with_tpu_support=true build:tpu --define=framework_shared_object=true build:tpu --copt=-DLIBTPU_ON_GCE build:tpu --define=enable_mlir_bridge=true build:rocm --crosstool_top=@local_config_rocm//crosstool:toolchain
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 28 22:02:31 UTC 2024 - 51.3K bytes - Viewed (0)