torch_npu.npu_anchor_response_flags(self, featmap_size, stride, num_base_anchors) -> Tensor
在单个特征图中生成锚点的责任标志。
无
>>> x = torch.rand(100, 4).npu() >>> y = torch_npu.npu_anchor_response_flags(x, [60, 60], [2, 2], 9) >>> y.shape torch.Size([32400])