All Projects â†’ EE202B â†’ RenderScriptOps

EE202B / RenderScriptOps

Licence: other
🚀 TensorFlow running with RenderScript on Android GPU

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to RenderScriptOps

hipacc
A domain-specific language and compiler for image processing
Stars: ✭ 72 (+380%)
Mutual labels:  gpu, renderscript
fixmatch-pytorch
90%+ with 40 labels. please see the readme for details.
Stars: ✭ 27 (+80%)
Mutual labels:  gpu
Tf Quant Finance
High-performance TensorFlow library for quantitative finance.
Stars: ✭ 2,925 (+19400%)
Mutual labels:  gpu
Vqengine
DirectX 11 Renderer written in C++11
Stars: ✭ 250 (+1566.67%)
Mutual labels:  gpu
Alphaction
Spatio-Temporal Action Localization System
Stars: ✭ 221 (+1373.33%)
Mutual labels:  gpu
renderscript-samples
Multiple samples showing renderscript best practices in Android.
Stars: ✭ 171 (+1040%)
Mutual labels:  renderscript
Datoviz
âš¡ High-performance GPU interactive scientific data visualization with Vulkan
Stars: ✭ 222 (+1380%)
Mutual labels:  gpu
FGPU
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  gpu
ShaderView
ShaderView is an Android View that makes it easy to use GLSL shaders for your app. It's the modern way to use shaders for Android instead of RenderScript.
Stars: ✭ 53 (+253.33%)
Mutual labels:  renderscript
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+25213.33%)
Mutual labels:  gpu
Senet
Squeeze-and-Excitation Networks
Stars: ✭ 2,850 (+18900%)
Mutual labels:  gpu
Js
turbo.js - perform massive parallel computations in your browser with GPGPU.
Stars: ✭ 2,591 (+17173.33%)
Mutual labels:  gpu
coolrs
CoolRs is a collection of Android Renderscript effects.
Stars: ✭ 41 (+173.33%)
Mutual labels:  renderscript
Occa
JIT Compilation for Multiple Architectures: C++, OpenMP, CUDA, HIP, OpenCL, Metal
Stars: ✭ 230 (+1433.33%)
Mutual labels:  gpu
coreos-gpu-installer
Scripts to build and use a container to install GPU drivers on CoreOS Container Linux
Stars: ✭ 21 (+40%)
Mutual labels:  gpu
Optix Pathtracer
Simple physically based path tracer based on Nvidia's Optix Ray Tracing Engine
Stars: ✭ 231 (+1440%)
Mutual labels:  gpu
Batch Shipyard
Simplify HPC and Batch workloads on Azure
Stars: ✭ 240 (+1500%)
Mutual labels:  gpu
Plotoptix
Data visualisation in Python based on OptiX 7.2 ray tracing framework.
Stars: ✭ 252 (+1580%)
Mutual labels:  gpu
glip-lib
An OpenGL Image Processing Library (in C++/GLSL).
Stars: ✭ 14 (-6.67%)
Mutual labels:  gpu
allgebra
Base container for developing C++ and Fortran HPC applications
Stars: ✭ 14 (-6.67%)
Mutual labels:  gpu

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].