rpattabi / RenderScriptOps

πŸš€ TensorFlow running with RenderScript on Android GPU

Home Page:https://sites.google.com/a/g.ucla.edu/tflowp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

πŸš€ TensorFlow running with RenderScript on Android GPU

https://sites.google.com/a/g.ucla.edu/tflowp/


Languages

Language:C++ 100.0%Language:RenderScript 0.0%Language:Makefile 0.0%Language:Java 0.0%Language:C 0.0%