Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc279 has_token_input_output_ = false; in XlaWhileOp()
281 has_token_input_output_ = !token_input_nodes_.empty(); in XlaWhileOp()
340 body_options.add_token_input_output = has_token_input_output_; in Compile()
432 cond_options.add_token_input_output = has_token_input_output_; in Compile()
465 has_token_input_output_)); in Compile()
489 if (has_token_input_output_ && i == num_inputs - 1) { in Compile()
568 num_compile_time_const_args, has_token_input_output_); in Compile()
576 has_token_input_output_); in Compile()
592 if (has_token_input_output_) { in Compile()
Dif_op.cc40 has_token_input_output_ = false; in XlaIfOp()
42 has_token_input_output_ = !token_input_nodes_.empty(); in XlaIfOp()
246 options.add_token_input_output = has_token_input_output_; in Compile()
276 if (has_token_input_output_ && i == num_inputs - 1) { in Compile()
315 if (has_token_input_output_) { in Compile()
Dcase_op.cc35 has_token_input_output_ = false; in XlaCaseOp()
37 has_token_input_output_ = !token_input_nodes_.empty(); in XlaCaseOp()
159 options.add_token_input_output = has_token_input_output_; in Compile()
288 if (has_token_input_output_ && i == num_inputs - 1) { in Compile()
330 if (has_token_input_output_) { in Compile()
Dwhile_op.h59 bool has_token_input_output_; variable
Dif_op.h55 bool has_token_input_output_; variable
Dcase_op.h65 bool has_token_input_output_; variable