Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h101 std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
Dexecutable_build_options.cc201 for (auto t : build_options.auto_spmd_partitioning_mesh_shape()) { in CreateExecutionOptions()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc94 for (auto t : options.auto_spmd_partitioning_mesh_shape()) { in CompileAheadOfTime()
Dhlo_module_util.cc103 for (auto t : execution_options->auto_spmd_partitioning_mesh_shape()) { in CreateModuleConfig()
Dhlo_module_config.h178 std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
Dcompiler.h94 virtual std::vector<int64_t> auto_spmd_partitioning_mesh_shape() const { in auto_spmd_partitioning_mesh_shape() function
Dhlo_module.cc541 for (auto t : execution_options->auto_spmd_partitioning_mesh_shape()) { in CreateModuleConfigFromShape()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
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()
Dc_api_decl.h310 Int64List auto_spmd_partitioning_mesh_shape; member
/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
D__init__.pyi253 auto_spmd_partitioning_mesh_shape: List[int]
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc725 &ExecutableBuildOptions::auto_spmd_partitioning_mesh_shape, in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto498 repeated int64 auto_spmd_partitioning_mesh_shape = 16; field