Home
last modified time | relevance | path

Searched refs:allow_spmd_sharding_propagation_to_output (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.h146 bool allow_spmd_sharding_propagation_to_output() const { in allow_spmd_sharding_propagation_to_output() function
157 bool allow_spmd_sharding_propagation_to_output) { in set_allow_spmd_sharding_propagation_to_output() argument
159 allow_spmd_sharding_propagation_to_output; in set_allow_spmd_sharding_propagation_to_output()
H A Dexecutable_build_options.cc127 allow_spmd_sharding_propagation_to_output()); in ToProto()
158 input.allow_spmd_sharding_propagation_to_output()); in ExecutableBuildOptionsFromProto()
209 build_options.allow_spmd_sharding_propagation_to_output()); in CreateExecutionOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_config.h313 bool allow_spmd_sharding_propagation_to_output) { in set_allow_spmd_sharding_propagation_to_output() argument
315 allow_spmd_sharding_propagation_to_output; in set_allow_spmd_sharding_propagation_to_output()
317 bool allow_spmd_sharding_propagation_to_output() const { in allow_spmd_sharding_propagation_to_output() function
H A Dsharding_propagation.h56 bool allow_spmd_sharding_propagation_to_output = false,
62 allow_spmd_sharding_propagation_to_output), in is_spmd_()
H A Dhlo_module_util.cc99 execution_options->allow_spmd_sharding_propagation_to_output()); in CreateModuleConfig()
H A Dhlo_module.cc274 if (config_.allow_spmd_sharding_propagation_to_output()) { in ToCord()
552 execution_options->allow_spmd_sharding_propagation_to_output()); in CreateModuleConfigFromShape()
H A Dsharding_propagation.cc324 bool allow_spmd_sharding_propagation_to_output, in SupportSpatialPartitioning() argument
332 !(is_entry_root && allow_spmd_sharding_propagation_to_output)) { in SupportSpatialPartitioning()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dcompile_options.proto70 bool allow_spmd_sharding_propagation_to_output = 12; field
H A Dpjrt_c_api_client.cc204 c_options.allow_spmd_sharding_propagation_to_output = in ConvertCppCompileOptionsToCCompileOptions()
206 .allow_spmd_sharding_propagation_to_output(); in ConvertCppCompileOptionsToCCompileOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
H A Dpjrt_c_api.h328 bool allow_spmd_sharding_propagation_to_output; member
H A Dpjrt_c_api_wrapper_impl.cc214 c_option->allow_spmd_sharding_propagation_to_output); in ConvertCCompileOptionstoCppCompileOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc733 &ExecutableBuildOptions::allow_spmd_sharding_propagation_to_output, in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc447 module->config().allow_spmd_sharding_propagation_to_output()); in RunHloPassesThroughLayoutAssn()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc388 hlo_module->config().allow_spmd_sharding_propagation_to_output()); in OptimizeHloModule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto517 bool allow_spmd_sharding_propagation_to_output = 14; field