| 1507 | } |
| 1508 | |
| 1509 | void TF_OperationToNodeDef(TF_Operation* oper, TF_Buffer* output_node_def, |
| 1510 | TF_Status* status) { |
| 1511 | status->status = MessageToBuffer(oper->node.def(), output_node_def); |
| 1512 | } |
| 1513 | |
| 1514 | // TF_Graph functions --------------------------------------------------------- |
| 1515 |