/bionic/libc/malloc_debug/tests/ |
malloc_debug_system_tests.cpp | 52 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, 58 ASSERT_EQ(0, setenv("LIBC_DEBUG_MALLOC_OPTIONS", debug_options, 1));
|
/external/tensorflow/tensorflow/core/protobuf/ |
worker.proto | 124 DebugOptions debug_options = 5;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
master_session.cc | 475 callable_opts_.run_options().debug_options(); 1139 const DebugOptions& debug_options = local 1871 const DebugOptions& debug_options = req.options().debug_options(); local [all...] |
master_session.h | 254 const DebugOptions& debug_options, const RunStepRequestWrapper& req,
|
worker.cc | 76 request->graph_options(), request->debug_options(),
|
/external/tensorflow/tensorflow/python/training/ |
monitored_session.py | [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
gpu_hlo_schedule_test.cc | 49 auto debug_options = GetDebugOptionsForTest(); local 50 debug_options.set_xla_gpu_disable_multi_streaming(false); 51 config.set_debug_options(debug_options);
|
cudnn_conv_algorithm_picker.cc | 271 .debug_options()
|
elemental_ir_emitter.cc | 167 if (hlo_module_config_.debug_options().xla_gpu_enable_fast_min_max() &&
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_screen.c | 44 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value 74 DEBUG_GET_ONCE_FLAGS_OPTION(vc4_debug, "VC4_DEBUG", debug_options, 0)
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
client.cc | 425 const DebugOptions& debug_options) const { 430 *request.mutable_debug_options() = debug_options;
|
/art/tools/ |
dt_fds_forward.py | 183 args.debug_options,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
local_service.cc | 102 *execution_options.mutable_debug_options() = build_options.debug_options();
|
service.cc | 312 config->set_debug_options(execution_options->debug_options()); 383 const auto& debug_opts = module_configs[i]->debug_options(); 442 executables[i]->module_config().debug_options().xla_hlo_profile() && [all...] |
hlo_module.cc | 370 const HloModuleProto& module, const DebugOptions& debug_options) { 376 module_config.set_debug_options(debug_options);
|
hlo_graph_dumper.cc | 310 const DebugOptions& debug_options, bool show_backend_config, 314 debug_options_(debug_options), [all...] |
/external/tensorflow/tensorflow/compiler/xla/tests/ |
client_library_test_base.cc | 343 if (execution_options_.debug_options().xla_test_all_output_layouts()) { 347 if (execution_options_.debug_options().xla_test_all_input_layouts()) { 401 if (execution_options_.debug_options().xla_test_all_output_layouts()) { 405 if (execution_options_.debug_options().xla_test_all_input_layouts()) {
|
fusion_test.cc | 145 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); variable 146 debug_options.add_xla_disable_hlo_passes("layout-assignment"); 147 return debug_options; [all...] |
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
xrt_compile_ops.cc | 128 BuildXlaDebugOptions(config.debug_options());
|
/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 89 DEBUG_GET_ONCE_FLAGS_OPTION(fd_mesa_debug, "FD_MESA_DEBUG", debug_options, 0)
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_screen.c | 53 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value 74 DEBUG_GET_ONCE_FLAGS_OPTION(etna_mesa_debug, "ETNA_MESA_DEBUG", debug_options, 0) [all...] |
/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/mesa3d/src/gallium/drivers/radeonsi/ |
si_pipe.c | 40 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value 675 debug_options, 0);
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
dot_op_emitter.cc | 50 return config.debug_options().xla_cpu_multi_thread_eigen(); 591 bool use_mkl_dnn = hlo_module_config_.debug_options().xla_cpu_use_mkl_dnn(); [all...] |
/external/tensorflow/tensorflow/compiler/xla/python/ |
local_computation_builder.cc | 396 hlo_module->config().debug_options(),
|