### Describe the bug - In YOLOS-small model drop originates from the combination of [linear](https://github.com/huggingface/transformers/blob/51f94ea06d19a6308c61bbb4dc97c40aabd12bad/src/transformers/models/yolos/modeling_yolos.py#L664C37-L664C46) + [sigmoid](https://github.com/huggingface/transformers/blob/51f94ea06d19a6308c61bbb4dc97c40aabd12bad/src/transformers/models/yolos/modeling_yolos.py#L773C58-L773C68) ops. [nov25_sanity_1.log](https://github.com/user-attachments/files/23741671/nov25_sanity_1.log) - During TTIR → TTNN conversion, the sigmoid operation is dropped when following the matmul + bias pattern. - This missing sigmoid in TTNN is the root cause - All experiments confirming this conclusion are attached in: https://github.com/tenstorrent/tt-xla/issues/2313 ### TTIR,TTNN graphs - [ttir_1764042074043.mlir.zip](https://github.com/user-attachments/files/23741752/ttir_1764042074043.mlir.zip) - [ttnn_1764042074074.mlir.zip](https://github.com/user-attachments/files/23741753/ttnn_1764042074074.mlir.zip)