├── LICENSE ├── README.md ├── ternary_conv_layer.cpp ├── ternary_conv_layer.cu ├── ternary_conv_layer.hpp ├── ternary_inner_product_layer.cpp ├── ternary_inner_product_layer.cu └── ternary_inner_product_layer.hpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/README.md -------------------------------------------------------------------------------- /ternary_conv_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_conv_layer.cpp -------------------------------------------------------------------------------- /ternary_conv_layer.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_conv_layer.cu -------------------------------------------------------------------------------- /ternary_conv_layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_conv_layer.hpp -------------------------------------------------------------------------------- /ternary_inner_product_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_inner_product_layer.cpp -------------------------------------------------------------------------------- /ternary_inner_product_layer.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_inner_product_layer.cu -------------------------------------------------------------------------------- /ternary_inner_product_layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CAS-CLab/Optimal-Ternary-Weights-Approximation/HEAD/ternary_inner_product_layer.hpp --------------------------------------------------------------------------------