Home
last modified time | relevance | path

Searched refs:PreprocessSharding (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h244 Status PreprocessSharding(HloModule* module);
Dspmd_partitioner.cc3652 TF_RETURN_IF_ERROR(PreprocessSharding(module)); in Run()
3733 Status SpmdPartitioner::PreprocessSharding(HloModule* module) { in PreprocessSharding() function in xla::spmd::SpmdPartitioner