Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LLVMInitializeARMTargetInfo (0.57 sec)

  1. tensorflow/compiler/aot/compile.cc

    }
    
    static absl::once_flag targets_init;
    
    static void InitializeTargets() {
      // Initialize all LLVM targets so we can cross compile.
    #if TF_LLVM_AARCH32_AVAILABLE
      LLVMInitializeARMTarget();
      LLVMInitializeARMTargetInfo();
      LLVMInitializeARMTargetMC();
      LLVMInitializeARMAsmParser();
      LLVMInitializeARMAsmPrinter();
    #endif
    #if TF_LLVM_AARCH64_AVAILABLE
      LLVMInitializeAArch64Target();
    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