yahuuu's Stars
woai3c/nand2tetris
计算机系统要素-从零开始构建现代计算机
BBuf/tvm_mlir_learn
compiler learning resources collect.
godweiyang/NN-CUDA-Example
Several simple examples for popular neural network toolkits calling custom CUDA operators.
Tony-Tan/CUDA_Freshman
chineseocr/chineseocr
yolo3+ocr
Liu-xiandong/How_to_optimize_in_GPU
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
Mooophy/Cpp-Primer
C++ Primer 5 answers
applenob/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
huangmingchuan/Cpp_Primer_Answers
《C++ Primer》第五版中文版习题答案
novak-99/MLPP
A library created to revitalize C++ as a machine learning front end. Per aspera ad astra.
UsingNet/nvjpeg-python
nvjpeg for python
ttttLarva/Larva
yhirose/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
lllkey/android-openssl-build
ndk编译openssl,"armeabi-v7a" "arm64-v8a" "x86" "x86_64" "mip" "mip_64"
Sharm/Prebuilt-OpenSSL-Android
Prebuilt shared OpenSSL 1.0.2s libraries for Android (armv7, arm64, x86) with build script. Correct .so name for Android!
BrightXiaoHan/CMakeTutorial
CMake中文实战教程
NJU-Jet/SR_Mobile_Quantization
Winner solution of mobile AI (CVPRW 2021).
lackhole/CuteModel
TensorFlow Lite C API Wrapper Class (+ GPU & NNAPI)
PINTO0309/openvino2tensorflow
This script converts the ONNX/OpenVINO IR model to Tensorflow's saved_model, tflite, h5, tfjs, tftrt(TensorRT), CoreML, EdgeTPU, ONNX and pb. PyTorch (NCHW) -> ONNX (NCHW) -> OpenVINO (NCHW) -> openvino2tensorflow -> Tensorflow/Keras (NHWC/NCHW) -> TFLite (NHWC/NCHW). And the conversion from .pb to saved_model and from saved_model to .pb and from .pb to .tflite and saved_model to .tflite and saved_model to onnx. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support.
candycat1992/Unity_Shaders_Book
:book: 书籍《Unity Shader入门精要》源代码
mrax714/nearme
njulj/RFDN
Residual Feature Distillation Network for Lightweight Image Super-Resolution
weiaicunzai/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
daquexian/onnx-simplifier
Simplify your onnx model
aliakseis/FFmpegPlayer
Simple FFmpeg video player
tensorflow/examples
TensorFlow examples
zhyfzy/SRCNN-Android
A Implementation of Image Super-Resolution using SRCNN model on Android Platform
lxztju/leetcode-algorithm
分类整理leetcode算法题解,代码语言采用c++与python实现
SnailTyan/deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。