Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for if_llvm_hexagon_available (0.21 sec)

  1. tensorflow/compiler/aot/BUILD

        ],
        compatible_with = [],
        defines = if_llvm_aarch32_available(["TF_LLVM_AARCH32_AVAILABLE=1"]) + if_llvm_aarch64_available([
            "TF_LLVM_AARCH64_AVAILABLE=1",
        ]) + if_llvm_hexagon_available([
            "TF_LLVM_HEXAGON_AVAILABLE=1",
        ]) + if_llvm_powerpc_available([
            "TF_LLVM_POWERPC_AVAILABLE=1",
        ]) + if_llvm_system_z_available([
            "TF_LLVM_S390X_AVAILABLE=1",
        ]) + if_llvm_x86_available([
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 16:13:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/compile.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 08:28:57 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top