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/tests/
Dreduce_precision_test.cc270 auto reduce_precision_pass = execution_options_.mutable_debug_options() in XLA_TEST_F()
296 auto reduce_precision_pass = execution_options_.mutable_debug_options() in XLA_TEST_F()
320 auto reduce_precision_pass = execution_options_.mutable_debug_options() in XLA_TEST_F()
345 auto reduce_precision_pass = execution_options_.mutable_debug_options() in XLA_TEST_F()
370 auto reduce_precision_pass = execution_options_.mutable_debug_options() in XLA_TEST_F()
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()
Dexhaustive_op_test.cc203 mutable_debug_options()->clear_xla_disable_hlo_passes(); in Run()
294 *build_opts.mutable_debug_options() = *mutable_debug_options(); in BuildAndRunComputation()
Dbatch_normalization_test.cc57 mutable_debug_options()->set_xla_gpu_use_cudnn_batchnorm(GetParam()); in BatchNormalizationTest()
400 mutable_debug_options()->set_xla_gpu_use_cudnn_batchnorm( in BatchNormTestManySizes()
543 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
649 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
837 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
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()
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.h77 auto* opts = execution_options_.mutable_debug_options(); in SetFastMathDisabled()
86 DebugOptions* mutable_debug_options() { in mutable_debug_options() function
87 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()
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()
Dxla_hlo_profile_test.cc159 build_options.mutable_debug_options()->set_xla_hlo_profile(true); in ExecuteAndFetchProfile()
Ddot_operation_test.cc396 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
400 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
Ddynamic_ops_test.cc310 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in TestR0()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.i200 build_options.mutable_debug_options()->set_xla_dump_to(std::move(s));
205 build_options.mutable_debug_options()->set_xla_dump_hlo_pass_re(std::move(s));
210 build_options.mutable_debug_options()->set_xla_dump_hlo_module_re(std::move(s));
215 build_options.mutable_debug_options()->set_xla_dump_hlo_as_text(b);
220 build_options.mutable_debug_options()->set_xla_dump_hlo_as_proto(b);
225 build_options.mutable_debug_options()->set_xla_hlo_profile(b);
/external/tensorflow/tensorflow/compiler/xla/
Dexecution_options_util.cc22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h53 DebugOptions* mutable_debug_options();
Dexecutable_build_options.cc43 DebugOptions* ExecutableBuildOptions::mutable_debug_options() { in mutable_debug_options() function in xla::ExecutableBuildOptions
Dclient.cc430 *request.mutable_debug_options() = debug_options; in GetComputationStats()
/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/service/
Dcompile_only_service.cc75 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
Dcompiler.h84 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() function
Dlocal_service.cc102 *execution_options.mutable_debug_options() = build_options.debug_options(); in CreateExecutionOptions()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc71 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
Dmath_test.cc125 mutable_debug_options()->clear_xla_disable_hlo_passes(); in TestSqrtPowInequivalence()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc127 *build_options.mutable_debug_options() = in Compile()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc106 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()

12