Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.h63 using LoopBodyGeneratorTy = std::function<StatusOr<LoopStateTy>( variable
82 const LoopBodyGeneratorTy& loop_body_generator,
Dwhile_util.cc230 const WhileUtil::LoopBodyGeneratorTy& loop_body_generator, in MakeCountedLoop()