Skip to content

EE202B/RenderScriptOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages