Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LLVMInitializeX86Target (0.31 sec)

  1. tensorflow/compiler/aot/codegen_test.cc

    }
    
    #if TF_LLVM_X86_AVAILABLE
    TEST(CodegenTest, Golden) {
      // Normally CpuCompiler::CpuCompiler does this, but in this test we've
      // bypassed the Cpu compiler so we have to do this manually.
      LLVMInitializeX86Target();
      LLVMInitializeX86TargetInfo();
      LLVMInitializeX86TargetMC();
      LLVMInitializeX86AsmPrinter();
    
      CodegenOpts opts;
      opts.class_name = "MyClass";
      opts.target_triple = "x86_64-pc-linux";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 01 02:13:40 UTC 2024
    - 10.2K 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