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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.h 56 // The |target_options| parameter allows customization of certain code
69 SimpleOrcJIT(const llvm::TargetOptions& target_options,
simple_orc_jit.cc 73 SimpleOrcJIT::SimpleOrcJIT(const llvm::TargetOptions& target_options,
81 .setTargetOptions(target_options)
cpu_compiler.cc 349 llvm::TargetOptions target_options; local
353 &target_options);
354 return target_options;
    [all...]
  /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,
  /art/test/testrunner/
testrunner.py 890 target_options = vars(parser.parse_args(build_target['flags']))
891 target_options['host'] = True
892 target_options['verbose'] = Tru
    [all...]
  /system/extras/simpleperf/runtest/
runtest.py 594 def runtest(target_options, use_callgraph_options, sampler_options, selected_tests):
603 for target in target_options:
612 target_options = ['host64', 'host32', 'device64', 'device32']
619 target_options = ['host64', 'host32']
621 target_options = ['device64', 'device32']
638 runtest(target_options, use_callgraph_options, sampler_options, selected_tests)
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 622 llvm::TargetOptions* target_options) {
625 target_options->UnsafeFPMath = fast_math_enabled;
626 target_options->NoInfsFPMath = fast_math_enabled;
627 target_options->NoNaNsFPMath = fast_math_enabled;
628 target_options->NoSignedZerosFPMath = fast_math_enabled;
llvm_util.h 266 llvm::TargetOptions* target_options);

Completed in 639 milliseconds