Home
last modified time | relevance | path

Searched refs:set_auto_spmd_partitioning_mesh_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.h104 ExecutableBuildOptions& set_auto_spmd_partitioning_mesh_shape(
H A Dexecutable_build_options.cc87 ExecutableBuildOptions::set_auto_spmd_partitioning_mesh_shape( in set_auto_spmd_partitioning_mesh_shape() function in xla::ExecutableBuildOptions
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_util.cc106 config->set_auto_spmd_partitioning_mesh_shape(mesh_shape); in CreateModuleConfig()
H A Dhlo_module_config.h175 void set_auto_spmd_partitioning_mesh_shape(std::vector<int64_t> mesh_shape) { in set_auto_spmd_partitioning_mesh_shape() function
H A Dhlo_module.cc544 module_config.set_auto_spmd_partitioning_mesh_shape(mesh_shape); in CreateModuleConfigFromShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc512 config.set_auto_spmd_partitioning_mesh_shape(mesh_shape); in FromC()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc726 &ExecutableBuildOptions::set_auto_spmd_partitioning_mesh_shape) in BuildXlaCompilerSubmodule()