Home
last modified time | relevance | path

Searched refs:mutable_debug_options (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc44 DebugOptions* ExecutableBuildOptions::mutable_debug_options() { in mutable_debug_options() function in xla::ExecutableBuildOptions
114 *execution_options.mutable_debug_options() = build_options.debug_options(); in CreateExecutionOptions()
Dexecutable_build_options.h61 DebugOptions* mutable_debug_options();
Dclient.cc430 *request.mutable_debug_options() = debug_options; in GetComputationStats()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_multistream_test.cc49 compile_options.executable_build_options.mutable_debug_options() in TEST()
51 compile_options.executable_build_options.mutable_debug_options() in TEST()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbitcast_convert_test.cc39 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in BitcastConvertTest()
40 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in BitcastConvertTest()
Dclient_library_test_base.cc77 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ClientLibraryTestBase()
80 execution_options_.mutable_debug_options() in ClientLibraryTestBase()
94 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ClientLibraryTestBase()
97 execution_options_.mutable_debug_options() in ClientLibraryTestBase()
Dbatch_normalization_test.cc58 mutable_debug_options()->set_xla_gpu_use_cudnn_batchnorm(GetParam()); in BatchNormalizationTest()
498 mutable_debug_options()->set_xla_gpu_use_cudnn_batchnorm( in BatchNormTestManySizes()
641 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
747 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
935 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
Dvector_ops_simple_test.cc44 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in VecOpsSimpleTest()
45 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in VecOpsSimpleTest()
Dclient_library_test_base.h78 auto* opts = execution_options_.mutable_debug_options(); in SetFastMathDisabled()
88 DebugOptions* mutable_debug_options() { in mutable_debug_options() function
89 return execution_options_.mutable_debug_options(); in mutable_debug_options()
Dconvert_test.cc43 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in ConvertTest()
44 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in ConvertTest()
Dexhaustive_op_test_utils.h175 mutable_debug_options()->clear_xla_disable_hlo_passes();
244 *build_opts.mutable_debug_options() = *mutable_debug_options();
Dmap_test.cc44 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in MapTest()
45 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in MapTest()
Ddot_operation_test.cc437 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
439 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
443 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
1787 mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_F()
Dxla_hlo_profile_test.cc159 build_options.mutable_debug_options()->set_xla_hlo_profile(true); in ExecuteAndFetchProfile()
Ddynamic_ops_test.cc311 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in TestR0()
/external/tensorflow/tensorflow/compiler/xla/
Dexecution_options_util.cc22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
/external/tensorflow/tensorflow/core/debug/
Dgrpc_session_debug_test.cc169 DebugOptions* debug_options = options.mutable_debug_options(); in TEST_F()
255 DebugOptions* debug_options = options.mutable_debug_options(); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc71 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
Dmath_test.cc132 mutable_debug_options()->clear_xla_disable_hlo_passes(); in TestSqrtPowInequivalence()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc73 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
Dcompiler.h94 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() function
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc443 options.executable_build_options.mutable_debug_options(); in BuildXlaCompilerSubmodule()
542 "debug_options", &ExecutableBuildOptions::mutable_debug_options, in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc166 *build_options.mutable_debug_options() = in Compile()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc127 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc175 build_options.mutable_debug_options()->set_xla_detailed_logging( in BuildExecutable()

12