Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.cc44 DebugOptions* ExecutableBuildOptions::mutable_debug_options() { in mutable_debug_options() function in xla::ExecutableBuildOptions
113 *output.mutable_debug_options() = debug_options(); in ToProto()
142 *output.mutable_debug_options() = input.debug_options(); in ExecutableBuildOptionsFromProto()
184 *execution_options.mutable_debug_options() = build_options.debug_options(); in CreateExecutionOptions()
H A Dexecutable_build_options.h63 DebugOptions* mutable_debug_options();
H A Dclient.cc431 *request.mutable_debug_options() = debug_options; in GetComputationStats()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dgpu_multistream_test.cc50 compile_options.executable_build_options.mutable_debug_options() in TEST()
52 compile_options.executable_build_options.mutable_debug_options() in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A 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()
H A Dclient_library_test_base.cc76 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ClientLibraryTestBase()
79 execution_options_.mutable_debug_options() in ClientLibraryTestBase()
93 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ClientLibraryTestBase()
96 execution_options_.mutable_debug_options() in ClientLibraryTestBase()
H A 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()
H A Dclient_library_test_base.h76 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()
H A Dexhaustive_op_test_utils.h181 mutable_debug_options()->clear_xla_disable_hlo_passes();
250 *build_opts.mutable_debug_options() = *mutable_debug_options();
H A Dbatch_normalization_test.cc606 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
712 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
900 execution_options_.mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_P()
H A Dconvert_test.cc42 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in ConvertTest()
43 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in ConvertTest()
H A Dmap_test.cc45 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in MapTest()
46 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in MapTest()
H A Ddot_operation_test.cc436 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
438 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
442 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in ParametricDotTestWithoutLayoutAssignment()
1788 mutable_debug_options()->clear_xla_disable_hlo_passes(); in XLA_TEST_F()
H A Dxla_hlo_profile_test.cc159 build_options.mutable_debug_options()->set_xla_hlo_profile(true); in ExecuteAndFetchProfile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dget_compiler_ir.cc64 build_options.mutable_debug_options()->set_xla_detailed_logging_and_dumping( in BuildExecutable()
68 build_options.mutable_debug_options()->set_xla_embed_ir_in_executable( in BuildExecutable()
H A Dxla_compilation_cache.cc270 build_options.mutable_debug_options()->set_xla_detailed_logging_and_dumping( in GetBuildOptions()
273 build_options.mutable_debug_options()->set_xla_gpu_deterministic_ops(true); in GetBuildOptions()
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecution_options_util.cc22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dtesting.cc72 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
H A Dmath_test.cc132 mutable_debug_options()->clear_xla_disable_hlo_passes(); in TestSqrtPowInequivalence()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompile_only_service.cc70 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
H A Dcompiler.h115 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc591 options.executable_build_options.mutable_debug_options(); in BuildXlaCompilerSubmodule()
705 "debug_options", &ExecutableBuildOptions::mutable_debug_options, in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_compile_ops.cc167 *build_options.mutable_debug_options() = in Compile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dreplay_computation.cc137 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()

12