Stop decoding if the tensor meets the termination condition
(self)
| 1784 | return required_memory |
| 1785 | |
| 1786 | def not_need_stop(self) -> bool: |
| 1787 | """Stop decoding if the tensor meets the termination condition""" |
| 1788 | return self.share_inputs["not_need_stop"][0] |
| 1789 | |
| 1790 | def padding_cudagraph_inputs(self) -> None: |
| 1791 | """ |
no outgoing calls
no test coverage detected