How do use TensorFlow_Lite on arduino nano rp2040 connect

I am trying to use tensorflow lite on my arduino nano rp2040 but when I make an import of TensorFlow lite, I get this error

I am well aware that I am using a board that is not a Nano 33 BLE Sense. But according to the documentation of the tensorflow lite library, it says that the framework code should be able to work for Arm Cortex-M based boards.

Kindly advise me on what I am doing wrong. I just need to be able to use the framework code.