- add NaN check-up
- add quantification support for ScaleAdd Op
- add binary to eltwise optimization
- add console logs for quantization tool
- better document for quantization tool
- replace redundant dimension flags with dimension format
- optimize performance of TensorFlow Lite Quantized Convolution
- fix axis support for ONNX softmax
- fix get performance compile error on Windows
- add quantization tool & cpu impl & demo/exec
- add thread pool
- add tests
- fix onnx converter tensor name mismatch
- optimize cpu performance with SSE for windows
- CPU
- add padding support
- fix bug in permute when channel % 4 != 0
- fix bug in exp with extreme value
- OpenCL
- add protecting logics
- OpenGL
- add protecting logics
- support NCHW format in Squeeze and Reshape
- Converter
- add ShuffleChannel support for Caffe
- add Clip/Transpose/Unary/Pad supports for ONNX
- replace FreeImage with stb_image
- warn unicode error in Windows compiling
- separate clang/gcc build script for android
- add default values in fbs
- optimize CPU conv / conv depthwise / deconv / deconv depthwise / lstm / sigmoid
- add sub support in eltwise
- add reciprocal / log1p / log in unary
- add zero like / select / set diff 1d
- add batch support for permute
- add training codes
- fix metal error in dynamic separate storage type handling
- cpu & gpu
- add ceil mode in pool
- fix softmax with neg axis
- cpu
- add unsqueeze op
- optimize lstm
- gpu
- add 5x5 winograd in metal
- add batch support for winograd in opencl
- onnx
- add concat / gather / shape / squeeze / unsqueeze
- fix data type support in constant