Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h105 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()
Dkernel_support_library.cc35 llvm::Value* step, bool peel_first_iteration, in ForWithStatus() argument
38 if (peel_first_iteration) { in ForWithStatus()