Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc462 CreateVector(config.auto_spmd_partitioning_mesh_shape(), in ToC()
463 &hlo_config.auto_spmd_partitioning_mesh_shape); in ToC()
509 MakeSpan(c_config.auto_spmd_partitioning_mesh_shape); in FromC()
H A Dc_api_decl.h310 Int64List auto_spmd_partitioning_mesh_shape; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.h101 std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
H A Dexecutable_build_options.cc201 for (auto t : build_options.auto_spmd_partitioning_mesh_shape()) { in CreateExecutionOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompile_only_service.cc94 for (auto t : options.auto_spmd_partitioning_mesh_shape()) { in CompileAheadOfTime()
H A Dhlo_module_util.cc103 for (auto t : execution_options->auto_spmd_partitioning_mesh_shape()) { in CreateModuleConfig()
H A Dhlo_module_config.h178 std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
H A Dcompiler.h94 virtual std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
H A Dhlo_module.cc541 for (auto t : execution_options->auto_spmd_partitioning_mesh_shape()) { in CreateModuleConfigFromShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A D__init__.pyi253 auto_spmd_partitioning_mesh_shape: List[int]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc725 &ExecutableBuildOptions::auto_spmd_partitioning_mesh_shape, in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla.proto498 repeated int64 auto_spmd_partitioning_mesh_shape = 16; field