Jhalak Patel
Results
2
comments of
Jhalak Patel
Thanks @demuxin for your patience. Thanks, @moraxu for helping out. There are 3 possible categories of output shapes: 1. Static shapes: Output shapes are statically inferred at compile time (i.e....
@demuxin Yes, TensorRT computes `size` parameter during inference. Your implementation for `reallocateOutput` could inspect the size parameter and current memory pointer to perform reallocations if required. Your implementation would look...