Searched refs:peel_first_iteration (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | kernel_support_library.h | 105 llvm::Value* step, bool peel_first_iteration, 111 llvm::Value* step, bool peel_first_iteration, in For() argument 116 name, start, end, step, peel_first_iteration, in For() 125 bool peel_first_iteration, in ForWithStatus() argument 132 peel_first_iteration, for_body_generator); in ForWithStatus() 136 int64 step, bool peel_first_iteration, in For() argument 142 peel_first_iteration, for_body_generator); in For()
|
D | kernel_support_library.cc | 35 llvm::Value* step, bool peel_first_iteration, in ForWithStatus() argument 38 if (peel_first_iteration) { in ForWithStatus()
|