| 29 | using ops::CondGraphBuilderFn; |
| 30 | |
| 31 | Output ToOutput(OutputTensor output_tensor) { |
| 32 | return Output(const_cast<Node*>(output_tensor.node), output_tensor.index); |
| 33 | } |
| 34 | |
| 35 | std::vector<Output> ToOutputVector( |
| 36 | const std::vector<OutputTensor>& output_tensors) { |