Closed abrown closed 3 years ago
Ideally we could figure out a way to grow the buffer to the right size or something like that; worst case we need to pass in the max buffer size, the expected tensor dimensions, or a zero-initialized tensor of the right size.
Fixed in #40.
Ideally we could figure out a way to grow the buffer to the right size or something like that; worst case we need to pass in the max buffer size, the expected tensor dimensions, or a zero-initialized tensor of the right size.