lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Improve speed #49

Closed leoheck closed 5 years ago

leoheck commented 5 years ago

Hi @lhelontra, can you try to compile the version with py35 armv7l with these flags? To optimize the speed? If you do this, can you share the wheel with me so I can test it?

-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard -std=gnu11 -O3