RenderScriptOps
🚀 TensorFlow running with RenderScript on Android GPU
Install / Use
/learn @EE202B/RenderScriptOpsREADME
RenderScriptOps
RenderScript support ops for TensorFlow
Targeting Ops:
Two most energy and time consumption ops on Android device.
- matmul_op
- conv_op
API
Please check out the document at page 15 of TensorFlow-RenderScript Doc.
Notice
- The test data was fetched from TensorFlow runtime data.
- NDK version>=r14
- No need to worry to the two error messages of matmul uint8_t test, I just too lazy to rewrite the correct reference output computation.
Integration with TensorFlow
An integration with TF can be see here: TensorFlow-RenderScript.
