'What is mean of × in SAM?

I would like to understand SAM, the model during YOLOv4. However, I am confused as to the meaning of the "x" in the diagram. Please tell me what module name this "x" represents in yolov4.cfg in darknet.

Thank you in advance.

enter image description here



Solution 1:[1]

It is element-wise multiplication, so in most of the libraries quite literally the *. Source is here: https://arxiv.org/pdf/1807.06521.pdf

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 lejlot