flutter_pytorch_mobile icon indicating copy to clipboard operation
flutter_pytorch_mobile copied to clipboard

Possible memory leak in iOS plugin

Open pavel-vhive opened this issue 2 years ago • 0 comments
trafficstars

Hi, I am using pytorch v0.2.2 with iOS, after profiling the app I discovered memory leak related to the PyTorchMobilePlugin

Malloc 3.98 MiB 61 < multiple > 243.05 MiB -[PyTorchMobilePlugin handleMethodCall:result:] Malloc 1.33 MiB 43 < multiple > 57.11 MiB -[PyTorchMobilePlugin handleMethodCall:result:]

Please help me to solve this issue.

pavel-vhive avatar Jan 25 '23 09:01 pavel-vhive