Encode boxes with respect to anchors. Arguments: boxes: a float tensor with shape [N, 4]. anchors: a float tensor with shape [N, 4]. Returns: a float tensor with shape [N, 4], anchor-encoded boxes of the format [ty, tx, th, tw].
(boxes, anchors)
source not stored for this graph (policy: none)
no test coverage detected