ncnn is a high-performance neural network inference framework optimized for the mobile platform
android
ios
caffe
deep-learning
neural-network
mxnet
tensorflow
vulkan
keras
inference
pytorch
artificial-intelligence
simd
riscv
darknet
arm-neon
high-preformance
ncnn
onnx
mlir
-
Updated
Jul 14, 2021 - C
In ODS we currently use the following all over the place:
let printer = "return ::print(p, *this);";Since this relies on C++'s function overloading, when it can't find a print for a particular operation, all of the visibleprintmethods get dumped into the error message.We should switch over to
let printer = "return ::print$cppClass(p, *this);";to disambiguate by name and avoid the lon