/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_precision_test.cc | 270 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()
|
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 | exhaustive_op_test.cc | 203 mutable_debug_options()->clear_xla_disable_hlo_passes(); in Run() 294 *build_opts.mutable_debug_options() = *mutable_debug_options(); in BuildAndRunComputation()
|
D | batch_normalization_test.cc | 57 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()
|
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 | 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 | 77 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()
|
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 | 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 | xla_hlo_profile_test.cc | 159 build_options.mutable_debug_options()->set_xla_hlo_profile(true); in ExecuteAndFetchProfile()
|
D | dot_operation_test.cc | 396 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()
|
D | dynamic_ops_test.cc | 310 execution_options_.mutable_debug_options()->add_xla_disable_hlo_passes( in TestR0()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | local_computation_builder.i | 200 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/ |
D | execution_options_util.cc | 22 *(execution_options.mutable_debug_options()) = GetDebugOptionsFromFlags(); in CreateDefaultExecutionOptions()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | executable_build_options.h | 53 DebugOptions* mutable_debug_options();
|
D | executable_build_options.cc | 43 DebugOptions* ExecutableBuildOptions::mutable_debug_options() { in mutable_debug_options() function in xla::ExecutableBuildOptions
|
D | client.cc | 430 *request.mutable_debug_options() = debug_options; in GetComputationStats()
|
/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/service/ |
D | compile_only_service.cc | 75 *execution_options.mutable_debug_options() = debug_options; in CompileAheadOfTime()
|
D | compiler.h | 84 DebugOptions* mutable_debug_options() { return &debug_options_; } in mutable_debug_options() function
|
D | local_service.cc | 102 *execution_options.mutable_debug_options() = build_options.debug_options(); in CreateExecutionOptions()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | testing.cc | 71 *execution_options.mutable_debug_options() = *debug_opts; in MakeFakeDataViaDeviceOrDie()
|
D | math_test.cc | 125 mutable_debug_options()->clear_xla_disable_hlo_passes(); in TestSqrtPowInequivalence()
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_compile_ops.cc | 127 *build_options.mutable_debug_options() = in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 106 *exec_build_options.mutable_debug_options() = GetDebugOptionsFromFlags(); in CompileExecutable()
|