Searched refs:has_token_input_output_ (Results 1 – 6 of 6) sorted by relevance
279 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()
40 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()
35 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()
59 bool has_token_input_output_; variable
55 bool has_token_input_output_; variable
65 bool has_token_input_output_; variable