HomeSort by relevance Sort by last modified time
    Searched defs:target_options (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.cc 181 TargetOptions target_options = InitTargetOptionsFromCodeGenFlags(); local
185 &target_options);
188 target_options.AllowFPOpFusion = FPOpFusion::Fast;
191 target_options.MCOptions.AsmVerbose = false;
210 triple.str(), llvm_ir::AsStringRef(cpu_name), "+ptx42", target_options,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 349 llvm::TargetOptions target_options; local
353 &target_options);
354 return target_options;
    [all...]

Completed in 2046 milliseconds