(self)
| 723 | |
| 724 | @CachedProperty |
| 725 | def has_streaming_output(self): |
| 726 | return self.get_streaming_output() is not None |
| 727 | |
| 728 | def get_streaming_input(self): |
| 729 | return self._get_streaming_body(self.input_shape) |
nothing calls this directly
no test coverage detected