Home
last modified time | relevance | path

Searched refs:GetDebugOptionsFromFlags (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/
Dexecution_options_util.cc22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
Ddebug_options_flags.h34 DebugOptions GetDebugOptionsFromFlags();
Ddebug_options_flags.cc663 xla::DebugOptions GetDebugOptionsFromFlags() { in GetDebugOptionsFromFlags() function
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc136 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()
249 auto debug_opts_flags = GetDebugOptionsFromFlags(); in ReplayComputation()
290 const bool xla_hlo_profile = GetDebugOptionsFromFlags().xla_hlo_profile(); in ReplayComputation()
409 config.set_debug_options(GetDebugOptionsFromFlags()); in ParseSingleHloFile()
Dprepare_reference_module.cc40 DebugOptions debug_options = GetDebugOptionsFromFlags(); in PrepareReferenceModule()
Dhlo_module_loader.cc69 DebugOptions debug_options = GetDebugOptionsFromFlags(); in LoadModuleFromData()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc36 auto debug_options = GetDebugOptionsFromFlags(); in CreateNewVerifiedModuleWithFTZ()
Dgpu_convolution_regression_test.cc28 config.set_debug_options(GetDebugOptionsFromFlags()); in CheckForHloText()
Dgpu_unrolling_test.cc90 config.set_debug_options(GetDebugOptionsFromFlags()); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc97 xla::DebugOptions options = xla::GetDebugOptionsFromFlags(); in GetGpuBinaryBlob()
131 xla::DebugOptions options = xla::GetDebugOptionsFromFlags(); in GetGpuBinaryBlob()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc46 debug_options_ = GetDebugOptionsFromFlags(); in mutable_debug_options()
Dclient.cc470 GetComputationStats(computation, GetDebugOptionsFromFlags())); in ExecutionStatsAsString()
Dlocal_client.cc238 DumpHloSnapshotIfEnabled(*snapshot, GetDebugOptionsFromFlags()); in DumpOutputsAndSaveSnapshot()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_util.cc104 config->set_debug_options(GetDebugOptionsFromFlags()); in CreateModuleConfig()
Dcompiler.cc124 : debug_options_(GetDebugOptionsFromFlags()) {} in AotCompilationOptions()
Dplatform_util.cc177 GetDebugOptionsFromFlags().xla_force_host_platform_device_count(); in GetStreamExecutors()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc166 config.set_debug_options(GetDebugOptionsFromFlags()); in CreateNewVerifiedModule()
Dhlo_test_base.cc179 auto debug_options = GetDebugOptionsFromFlags(); in GetDebugOptionsForTest()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc257 xla::GetDebugOptionsFromFlags().xla_hlo_profile(); in Main()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dxla_mlir_translate.cc128 module_proto, GetDebugOptionsFromFlags())); in HloModuleFromProto()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc188 xla::DebugOptions options = xla::GetDebugOptionsFromFlags(); in BuildXlaDebugOptions()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc112 config->set_debug_options(xla::GetDebugOptionsFromFlags()); in CreateModuleConfig()
Dtpu_execute_op.cc782 xla::GetDebugOptionsFromFlags()); in DoWork()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc99 computation.proto(), GetDebugOptionsFromFlags())); in GetHloModule()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc499 << GetDebugOptionsFromFlags().xla_gpu_algorithm_denylist_path() in PickBestAlgorithmNoCacheCuda()

12