Garry Ling

Results 7 issues of Garry Ling

In my mac m1, using CPU(arm) diffmpm can running in 14FPS, but using GPU(metal) running much slower, only less then 2 FPS, also in 3080(cuda) ,is there any problem this...

[Description] For simply , I create an network only has transpose ![Image](https://github.com/user-attachments/assets/757c4227-542f-46c7-823a-3230a2c68be9) then using nnapi backend to run, cause execution error. ![Image](https://github.com/user-attachments/assets/bfbe395c-a421-479c-8e2f-0595d8e18097) this error hint ,the transpose parameter maybe invalid,...

bug
NNAPI

add neuro backend as draft

great job

## 🐞Describing the bug - this bug is quite hard to represent... - TLDR: - I create an custom layer, also convert success in coremltools, but show log of warning...

bug
torch.export

## 🌱 Describe your Feature Request coremltools export API failed to export maxpool, because MaxPool not adapt for "_parse_positional_args" and "_parse_keyword_args" parse for argument as "_convolution" ## How can this...

feature request
torch.export

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior I write a minimal demo to reproduce this crash ``` import...