(self)
| 577 | |
| 578 | @property |
| 579 | def output_shapes(self): |
| 580 | return ( |
| 581 | (tensor_shape.TensorShape([])) |
| 582 | if not self._message_key |
| 583 | else (tensor_shape.TensorShape([]), tensor_shape.TensorShape([])) |
| 584 | ) |
| 585 | |
| 586 | @property |
| 587 | def output_types(self): |
no outgoing calls