Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.h64 bool propagate_compile_time_consts_ = false; variable
Dif_op.h60 bool propagate_compile_time_consts_ = false; variable
Dcase_op.h70 bool propagate_compile_time_consts_ = false; variable
Dif_op.cc46 &propagate_compile_time_consts_)); in XlaIfOp()
211 if (propagate_compile_time_consts_) { in Compile()
Dcase_op.cc41 &propagate_compile_time_consts_)); in XlaCaseOp()
121 if (propagate_compile_time_consts_) { in Compile()
Dwhile_op.cc285 &propagate_compile_time_consts_)); in XlaWhileOp()
319 if (propagate_compile_time_consts_) { in Compile()