Home
last modified time | relevance | path

Searched refs:auto_spmd_partitioning_mesh_ids (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc464 CreateVector(config.auto_spmd_partitioning_mesh_ids(), in ToC()
465 &hlo_config.auto_spmd_partitioning_mesh_ids); in ToC()
514 MakeSpan(c_config.auto_spmd_partitioning_mesh_ids); in FromC()
H A Dc_api_decl.h311 Int64List auto_spmd_partitioning_mesh_ids; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.h107 std::vector<int64_t> auto_spmd_partitioning_mesh_ids() const { in auto_spmd_partitioning_mesh_ids() function
H A Dexecutable_build_options.cc204 for (auto t : build_options.auto_spmd_partitioning_mesh_ids()) { in CreateExecutionOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompile_only_service.cc97 for (auto t : options.auto_spmd_partitioning_mesh_ids()) { in CompileAheadOfTime()
H A Dhlo_module_util.cc108 for (auto t : execution_options->auto_spmd_partitioning_mesh_ids()) { in CreateModuleConfig()
H A Dhlo_module_config.h185 std::vector<int64_t> auto_spmd_partitioning_mesh_ids() const { in auto_spmd_partitioning_mesh_ids() function
H A Dcompiler.h97 virtual std::vector<int64_t> auto_spmd_partitioning_mesh_ids() const { in auto_spmd_partitioning_mesh_ids() function
H A Dhlo_module.cc546 for (auto t : execution_options->auto_spmd_partitioning_mesh_ids()) { in CreateModuleConfigFromShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A D__init__.pyi254 auto_spmd_partitioning_mesh_ids: List[int]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc729 &ExecutableBuildOptions::auto_spmd_partitioning_mesh_ids, in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto502 repeated int64 auto_spmd_partitioning_mesh_ids = 17; field