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

  /external/tensorflow/tensorflow/core/common_runtime/
build_graph_options.h 39 DebugOptions debug_options; member in struct:tensorflow::BuildGraphOptions
direct_session.h 188 RunStateArgs(const DebugOptions& options) : debug_options(options) {}
193 const DebugOptions& debug_options; member in struct:tensorflow::DirectSession::RunStateArgs
261 const DebugOptions& debug_options, int64 session_run_index,
268 const DebugOptions& debug_options, Graph* graph, Device* device);
direct_session.cc 412 const DebugOptions& debug_options, int64 session_run_index,
418 DebuggerStateRegistry::CreateState(debug_options, debugger_state));
420 debug_options.global_step(), session_run_index, executor_step_index,
426 const DebugOptions& debug_options, Graph* graph, Device* device) {
429 DebugGraphDecoratorRegistry::CreateDecorator(debug_options, &decorator));
469 RunStateArgs run_state_args(run_options.debug_options());
480 if (!run_options.debug_options().debug_tensor_watch_opts().empty()) {
482 run_options.debug_options(), args.step_id, executor_step_count,
731 DebugOptions debug_options; local
732 RunStateArgs run_state_args(debug_options);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 29 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
61 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0);
  /external/tensorflow/tensorflow/compiler/xla/service/
compile_only_service.cc 76 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); local
79 const string& directory_path = debug_options.xla_dump_computations_to();
100 *execution_options.mutable_debug_options() = debug_options;
hlo_module_config.h 84 const DebugOptions& debug_options() const { return debug_options_; } function in class:xla::HloModuleConfig
86 void set_debug_options(const DebugOptions& debug_options) {
87 debug_options_ = debug_options;
user_computation_test.cc 152 auto debug_options = DebugOptions(); local
153 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true);
190 debug_options));
203 auto debug_options = DebugOptions(); local
204 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true);
252 debug_options));
275 auto debug_options = DebugOptions(); local
276 debug_options.set_xla_eliminate_hlo_implicit_broadcast(true);
318 debug_options));
  /external/tensorflow/tensorflow/compiler/xla/tools/
dumped_computation_to_graphviz.cc 56 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); local
57 debug_options.set_xla_generate_hlo_graph(".*");
59 client->GetComputationStats(computation, debug_options)
dumped_computation_to_tf_graphdef.cc 55 DebugOptions debug_options = legacy_flags::GetDebugOptionsFromFlags(); local
56 debug_options.set_xla_generate_hlo_graph(".*");
57 debug_options.set_xla_hlo_dump_as_graphdef(true);
59 client->GetComputationStats(computation, debug_options)
  /toolchain/binutils/binutils-2.27/gold/
debug.h 53 debug_options[] = local
66 for (size_t i = 0; i < sizeof(debug_options) / sizeof(*debug_options); ++i)
67 if (strstr(arg, debug_options[i].name))
68 retval |= debug_options[i].value;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 48 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
68 DEBUG_GET_ONCE_FLAGS_OPTION(etna_mesa_debug, "ETNA_MESA_DEBUG", debug_options, 0)
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_screen.c 63 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
85 DEBUG_GET_ONCE_FLAGS_OPTION(fd_mesa_debug, "FD_MESA_DEBUG", debug_options, 0)
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.c 42 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
70 DEBUG_GET_ONCE_FLAGS_OPTION(vc4_debug, "VC4_DEBUG", debug_options, 0)
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
util.hpp 109 static const struct debug_named_value debug_options[] = { local
117 debug_get_flags_option("CLOVER_DEBUG", debug_options, 0);
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_test_base.cc 106 auto debug_options = legacy_flags::GetDebugOptionsFromFlags(); local
108 debug_options.add_xla_disable_hlo_passes("constant_folding");
109 return debug_options;
  /external/tensorflow/tensorflow/core/debug/
grpc_session_debug_test.cc 169 DebugOptions* debug_options = options.mutable_debug_options(); local
170 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts();
177 watch = debug_options->add_debug_tensor_watch_opts();
255 DebugOptions* debug_options = options.mutable_debug_options(); local
256 DebugTensorWatch* watch = debug_options->add_debug_tensor_watch_opts();
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 38 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
50 DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0)
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 75 debug_opts_(bopts.debug_options),
1600 const DebugOptions& debug_options = req.options().debug_options(); local
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 790 milliseconds