| 803 | } |
| 804 | |
| 805 | void TF_AddControlInput(TF_OperationDescription* desc, TF_Operation* input) { |
| 806 | desc->node_builder.ControlInput(&input->node); |
| 807 | } |
| 808 | |
| 809 | void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op) { |
| 810 | desc->colocation_constraints.emplace( |
no outgoing calls