(self)
| 729 | return self._get_streaming_body(self.input_shape) |
| 730 | |
| 731 | def get_streaming_output(self): |
| 732 | return self._get_streaming_body(self.output_shape) |
| 733 | |
| 734 | def _get_streaming_body(self, shape): |
| 735 | """Returns the streaming member's shape if any; or None otherwise.""" |