Koan-Sin Tan

Results 126 comments of Koan-Sin Tan

> `I neuron error: Neuron adapter API exists: 0` means the Neuron Delegate could not find necessary underlying libraries, so it falls back to NNAPI (calling NNAPI delegate for you)....

> Hi @freedomtan > > `I : neuron error: Neuron adapter API exists: 0` still persists after updating Android . Current android verison : 12, updated to latest patch. I...

> Hi @freedomtan > > Thanks for the response. > > I am able to run my app on the Dimensity 9000+. I would like to close the issue. >...

Since we need some undocumented IOKit [1] functions, either C + CoreFoundation framework or Objective-C + Foundation framework is need. That is, I don't think you we can do it...

Nope. Sorry, didn't see the issue till just now.

no surprise :-) Apple started changing dyld and hence dyld cache format (structure) in 2017. - quick solution: extract dyld_cache with other tools, or - you can try to fix...

As @Mostelk mentioned, this one is a Quantization-Aware Training (QAT) quantized model provided by Google colleagues. The quantization spec mentioned by @rednoah91 is mainly for Post-Training Quantization (PTQ).

@freedomtan to test if this package [https://pub.dev/packages/permission_handle](https://pub.dev/packages/permission_handler) work for devices having all file access permission in different places

Let's do something like `coco_val_full.pbtxt.pseudo.png` for `coco_val_full.pbtxt` so that we can remove the scary "all file permission".

We have to remove this permission and either 1. have all the datasets in `/sdcard/Android/data/org.mlcommons.android.mlperfbench/files` (not /data/app/), or 2. we have to rename all of those .png or .jpg files...