/external/tensorflow/tensorflow/compiler/xla/client/ |
D | executable_build_options.cc | 44 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()
|
D | executable_build_options.h | 61 DebugOptions* mutable_debug_options();
|
D | client.cc | 430 *request.mutable_debug_options() = debug_options; in GetComputationStats()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | gpu_multistream_test.cc | 49 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/ |
D | bitcast_convert_test.cc | 39 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in BitcastConvertTest() 40 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in BitcastConvertTest()
|
D | client_library_test_base.cc | 77 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()
|
D | batch_normalization_test.cc | 58 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()
|
D | vector_ops_simple_test.cc | 44 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in VecOpsSimpleTest() 45 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in VecOpsSimpleTest()
|
D | client_library_test_base.h | 78 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()
|
D | convert_test.cc | 43 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in ConvertTest() 44 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in ConvertTest()
|
D | exhaustive_op_test_utils.h | 175 mutable_debug_options()->clear_xla_disable_hlo_passes(); 244 *build_opts.mutable_debug_options() = *mutable_debug_options();
|
D | map_test.cc | 44 mutable_debug_options()->add_xla_disable_hlo_passes("algsimp"); in MapTest() 45 mutable_debug_options()->add_xla_disable_hlo_passes("inline"); in MapTest()
|
D | dot_operation_test.cc | 437 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()
|
D | xla_hlo_profile_test.cc | 159 build_options.mutable_debug_options()->set_xla_hlo_profile(true); in ExecuteAndFetchProfile()
|
D | dynamic_ops_test.cc | 311 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in TestR0()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | execution_options_util.cc | 22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
|
/external/tensorflow/tensorflow/core/debug/ |
D | grpc_session_debug_test.cc | 169 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/ |
D | testing.cc | 71 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
|
D | math_test.cc | 132 mutable_debug_options()->clear_xla_disable_hlo_passes(); in TestSqrtPowInequivalence()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.cc | 73 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
|
D | compiler.h | 94 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_compiler.cc | 443 options.executable_build_options.mutable_debug_options(); in BuildXlaCompilerSubmodule() 542 "debug_options", &ExecutableBuildOptions::mutable_debug_options, in BuildXlaCompilerSubmodule()
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_compile_ops.cc | 166 *build_options.mutable_debug_options() = in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 127 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache.cc | 175 build_options.mutable_debug_options()->set_xla_detailed_logging( in BuildExecutable()
|