Hello,
Following the question I had on running a GEMM only model, I have settled for a model that has Id Conv → Flatten → Gemm . I was wondering if the Flatten operation is just rearranging some pointer values or if it is doing a memory operation (like copying the tensor or something like that)?
Thank you very much,

