Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2213 SpmdBuilder false_b("false_computation", visiting_hlo_); in HandleSingleDevice() local
2216 false_b.AddInstruction(HloInstruction::CreateParameter( in HandleSingleDevice()
2218 auto root = CreateZero(hlo->shape(), &false_b); in HandleSingleDevice()
2219 false_computation = module_->AddEmbeddedComputation(false_b.Build(root)); in HandleSingleDevice()