Home
last modified time | relevance | path

Searched refs:debug_options (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_utils_test.py103 debug_watch_opts = self._run_options.debug_options.debug_tensor_watch_opts
129 debug_watch_opts = self._run_options.debug_options.debug_tensor_watch_opts
151 debug_watch_opts = self._run_options.debug_options.debug_tensor_watch_opts
173 debug_watch_opts = self._run_options.debug_options.debug_tensor_watch_opts
195 debug_watch_opts = self._run_options.debug_options.debug_tensor_watch_opts
227 self._run_options.debug_options.debug_tensor_watch_opts, 0,
241 self._run_options.debug_options.debug_tensor_watch_opts, 0,
254 self._run_options.debug_options.debug_tensor_watch_opts, 0,
266 self._run_options.debug_options.debug_tensor_watch_opts, 0,
279 self._run_options.debug_options.debug_tensor_watch_opts, 0,
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc44 const DebugOptions& debug_options) { in CreateModuleFromString() argument
46 config.set_debug_options(debug_options); in CreateModuleFromString()
54 const HloProto& proto, const DebugOptions& debug_options) { in HloProtoToModule() argument
58 config.set_debug_options(debug_options); in HloProtoToModule()
68 const DebugOptions& debug_options) { in ReadModuleFromBinaryProtoFile() argument
72 return HloProtoToModule(proto, debug_options); in ReadModuleFromBinaryProtoFile()
77 const DebugOptions& debug_options) { in ReadModuleFromTextProtoFile() argument
81 return HloProtoToModule(proto, debug_options); in ReadModuleFromTextProtoFile()
86 const DebugOptions& debug_options) { in ReadModuleFromHloTextFile() argument
91 config.set_debug_options(debug_options); in ReadModuleFromHloTextFile()
Duser_computation_test.cc152 auto debug_options = DebugOptions(); in TEST_F() local
153 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true); in TEST_F()
190 debug_options)); in TEST_F()
203 auto debug_options = DebugOptions(); in TEST_F() local
204 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true); in TEST_F()
252 debug_options)); in TEST_F()
275 auto debug_options = DebugOptions(); in TEST_F() local
276 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true); in TEST_F()
318 debug_options)); in TEST_F()
Dhlo_graph_dumper.cc316 const DebugOptions& debug_options, bool show_metadata, in HloDotDumper() argument
320 debug_options_(debug_options), in HloDotDumper()
1361 const DebugOptions& debug_options) { in ExportGraph() argument
1362 string path = debug_options.xla_hlo_graph_path(); in ExportGraph()
1371 return graph_renderer->RenderGraph(graph, graph_kind, debug_options); in ExportGraph()
1378 const DebugOptions& debug_options, in DumpGraph() argument
1383 if (debug_options.xla_hlo_dump_as_graphdef()) { in DumpGraph()
1384 HloTfGraphBuilder builder(debug_options); in DumpGraph()
1390 graph = HloDotDumper(&computation, label, debug_options, show_metadata, in DumpGraph()
1396 string graph_url = ExportGraph(graph, graph_kind, debug_options); in DumpGraph()
[all …]
Dhlo_runner.h52 const DebugOptions& debug_options);
57 const std::string& filename, const DebugOptions& debug_options);
59 const std::string& filename, const DebugOptions& debug_options);
64 const std::string& filename, const DebugOptions& debug_options);
Dhlo_subcomputation_unification_test.cc93 module->config().debug_options()); in TEST_F()
99 module->config().debug_options()); in TEST_F()
132 module->config().debug_options()); in TEST_F()
138 module->config().debug_options()); in TEST_F()
172 module->config().debug_options()); in TEST_F()
178 module->config().debug_options()); in TEST_F()
Dhlo_module_config.h84 const DebugOptions& debug_options() const { return debug_options_; } in debug_options() function
86 void set_debug_options(const DebugOptions& debug_options) { in set_debug_options() argument
87 debug_options_ = debug_options; in set_debug_options()
Dcompile_only_service.cc76 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); in CompileAheadOfTime() local
79 const string& directory_path = debug_options.xla_dump_computations_to(); in CompileAheadOfTime()
100 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
Dhlo_graph_dumper.h43 const DebugOptions& debug_options) = 0;
57 const DebugOptions& debug_options,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_options.cc35 config.debug_options().xla_backend_extra_options(); in CpuParallelBackendRequested()
41 config.debug_options().xla_backend_extra_options(); in OptimizeForSizeRequested()
47 config.debug_options().xla_backend_extra_options(); in VectorizedReduceDisabled()
54 config.debug_options().xla_backend_extra_options(); in LlvmIrGemvTilingFactor()
Dcpu_compiler.cc241 &pipeline, module->config().debug_options(), in RunHloPasses()
291 &pipeline, module->config().debug_options(), in RunHloPasses()
351 /*fast_math_enabled=*/module_config.debug_options() in CompilerTargetOptions()
359 << module_config.debug_options().xla_backend_optimization_level(); in CodeGenOptLevel()
360 switch (module_config.debug_options().xla_backend_optimization_level()) { in CodeGenOptLevel()
379 hlo_module.config().debug_options().xla_dump_ir_to(); in InitializeModuleHooks()
480 module->config().debug_options().xla_enable_fast_math(), in RunBackend()
481 module->config().debug_options().xla_llvm_disable_expensive_passes(), in RunBackend()
521 module->config().debug_options().xla_embed_ir_in_executable(); in RunBackend()
523 module->config().debug_options().xla_dump_optimized_hlo_proto_to(); in RunBackend()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_tf_graphdef.cc55 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); in RealMain() local
56 debug_options.set_xla_generate_hlo_graph(".*"); in RealMain()
57 debug_options.set_xla_hlo_dump_as_graphdef(true); in RealMain()
59 client->GetComputationStats(computation, debug_options) in RealMain()
Ddumped_computation_to_graphviz.cc56 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); in RealMain() local
57 debug_options.set_xla_generate_hlo_graph(".*"); in RealMain()
59 client->GetComputationStats(computation, debug_options) in RealMain()
/external/tensorflow/tensorflow/core/debug/
Ddebugger_state_impl.h28 DebuggerState(const DebugOptions& debug_options);
48 DebugGraphDecorator(const DebugOptions& debug_options) in DebugGraphDecorator() argument
49 : debug_options_(debug_options) {} in DebugGraphDecorator()
Dgrpc_session_debug_test.cc169 DebugOptions* debug_options = options.mutable_debug_options(); in TEST_F() local
170 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts(); in TEST_F()
177 watch = debug_options->add_debug_tensor_watch_opts(); in TEST_F()
255 DebugOptions* debug_options = options.mutable_debug_options(); in TEST_F() local
256 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts(); in TEST_F()
Ddebugger_state_impl.cc23 DebuggerState::DebuggerState(const DebugOptions& debug_options) { in DebuggerState() argument
25 debug_options.debug_tensor_watch_opts()) { in DebuggerState()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h78 const DebugOptions& debug_options,
178 const DebugOptions& debug_options,
181 Status DecorateAndPublishGraphForDebug(const DebugOptions& debug_options,
Dgraph_mgr.cc98 const DebugOptions& debug_options, Graph* graph, Device* device) { in DecorateAndPublishGraphForDebug() argument
101 DebugGraphDecoratorRegistry::CreateDecorator(debug_options, &decorator)); in DecorateAndPublishGraphForDebug()
120 const DebugOptions& debug_options, in InitItem() argument
260 if (!debug_options.debug_tensor_watch_opts().empty()) { in InitItem()
262 debug_options, subgraph.get(), params.device)); in InitItem()
281 const DebugOptions& debug_options, in Register() argument
286 InitItem(session, gdef, graph_options, debug_options, cluster_flr, item); in Register()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc412 const DebugOptions& debug_options, int64 session_run_index, in CreateDebuggerState() argument
418 DebuggerStateRegistry::CreateState(debug_options, debugger_state)); in CreateDebuggerState()
420 debug_options.global_step(), session_run_index, executor_step_index, in CreateDebuggerState()
426 const DebugOptions& debug_options, Graph* graph, Device* device) { in DecorateAndPublishGraphForDebug() argument
429 DebugGraphDecoratorRegistry::CreateDecorator(debug_options, &decorator)); in DecorateAndPublishGraphForDebug()
469 RunStateArgs run_state_args(run_options.debug_options()); in Run()
480 if (!run_options.debug_options().debug_tensor_watch_opts().empty()) { in Run()
482 run_options.debug_options(), args.step_id, executor_step_count, in Run()
731 DebugOptions debug_options; in PRunSetup() local
732 RunStateArgs run_state_args(debug_options); in PRunSetup()
[all …]
Ddirect_session.h188 RunStateArgs(const DebugOptions& options) : debug_options(options) {} in RunStateArgs()
193 const DebugOptions& debug_options; member
261 const DebugOptions& debug_options, int64 session_run_index,
268 const DebugOptions& debug_options, Graph* graph, Device* device);
Ddebugger_state_interface.cc64 const DebugOptions& debug_options, in CreateState() argument
71 *state = (*factory_)(debug_options); in CreateState()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc139 &pipeline, hlo_module->config().debug_options(), in OptimizeHloModule()
158 if (hlo_module->config().debug_options().xla_gpu_use_cudnn_batchnorm()) { in OptimizeHloModule()
255 &reduce_pipeline, hlo_module->config().debug_options(), in OptimizeHloModule()
528 module->config().debug_options().xla_dump_optimized_hlo_proto_to(); in RunBackend()
553 module->config().debug_options().xla_embed_ir_in_executable(); in RunBackend()
561 module->config().debug_options().xla_dump_ir_to(); in RunBackend()
592 module->config().debug_options().xla_gpu_cuda_data_dir(); in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc183 /*fast_math_enabled=*/hlo_module_config.debug_options() in GetTargetMachine()
196 switch (hlo_module_config.debug_options().xla_backend_optimization_level()) { in GetTargetMachine()
361 hlo_module_config.debug_options().xla_gpu_ftz()); in CompileModuleToPtx()
364 if (hlo_module_config.debug_options().xla_gpu_ftz()) { in CompileModuleToPtx()
403 hlo_module_config.debug_options().xla_backend_optimization_level(); in CompileModuleToPtx()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc53 if (module_.config().debug_options().xla_llvm_enable_alias_scope_metadata()) { in AddAliasingInformationToIrArray()
64 if (module_.config().debug_options().xla_llvm_enable_noalias_metadata()) { in AddAliasingInformationToIrArray()
76 .debug_options() in AddAliasingInformationToIrArray()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_debug.c29 static const struct debug_named_value debug_options[] = { variable
61 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0); in r300_init_debug()

123