You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dim[0] of input in infer_shape should be set to -1 because we can't get the batch size in compiling time. So the computing of dims should be removed from infer_shape to Compute function in kernel.
The dim[0] of input in infer_shape should be set to
-1because we can't get the batch size in compiling time. So the computing of dims should be removed from infer_shape toComputefunction in kernel.