↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
model/box_utils.py:30
Method__init__(self, inplanes, planes, stride=1, downsample=None, groups=1,
base_width=64, dilation=1, norm
model/resnet.py:38
Method__init__(self, inplanes, planes, stride=1, downsample=None, groups=1,
base_width=64, dilation=1, norm
model/resnet.py:84