Get the layer that produces this tensor.
(self)
| 546 | # graph writer related functions |
| 547 | |
| 548 | def get_parent(self): |
| 549 | ''' Get the layer that produces this tensor. ''' |
| 550 | return self.network.get_tensor_parent(self) |
| 551 | |
| 552 | def get_users(self): |
| 553 | ''' Get the layers that use this tensor as an input. ''' |