Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc149 HloComputation::Builder outfeeder(TestName() + ".outfeeder"); in TEST_F() local
150 auto value = outfeeder.AddInstruction( in TEST_F()
152 auto token = outfeeder.AddInstruction(HloInstruction::CreateToken()); in TEST_F()
153 outfeeder.AddInstruction( in TEST_F()
156 auto outfeed_computation = module->AddEmbeddedComputation(outfeeder.Build()); in TEST_F()