platform/core/ml/nnfw.git
2018-08-29 박종현/동작제어Lab... [enco] Add convolution test (#1223)
2018-08-29 박종현/동작제어Lab... [enco] Append missing semicolon (#1222)
2018-08-29 박종현/동작제어Lab... [enco] Introduce build test (#1221)
2018-08-28 박종현/동작제어Lab... [enco] Introduce SubnetBlockCompiler template (#1213)
2018-08-28 박종현/동작제어Lab... [enco] Allocate host buffers (#1212)
2018-08-28 박종현/동작제어Lab... [enco] Include NeuralNetworks.h (#1214)
2018-08-28 Роман Михайлович... Move High-Level Design Documentation to contrib/nnc...
2018-08-28 Efimov Alexander... Fix caffe blob import (#1211)
2018-08-28 Роман Михайлович... Partial reorganize nnc file hierarchy (#1197)
2018-08-28 박종현/동작제어Lab... [enco] Append generated block (#1208)
2018-08-28 박종현/동작제어Lab... [enco] Generate Subnet declaration (#1203)
2018-08-28 박종현/동작제어Lab... Build caffeproto under externals (#1207)
2018-08-28 박종현/동작제어Lab... [enco] Initilize Conv2D kernel overlay (#1206)
2018-08-28 박종현/동작제어Lab... [enco] Build Android NN module (#1204)
2018-08-28 박종현/동작제어Lab... Suppress warnings by Caffe package (#1205)
2018-08-28 박종현/동작제어Lab... Suppress warning during configuration (#1202)
2018-08-28 박종현/동작제어Lab... [enco] Introduce Split pass (#1200)
2018-08-28 박종현/동작제어Lab... [enco] Support simple convolution IR generation (#1194)
2018-08-28 박종현/동작제어Lab... [enco] Introduce caffe-based test framework (#1189)
2018-08-27 Роман Михайлович... Fix bug when destructor of PluginManager throws excepti...
2018-08-27 Роман Михайлович... Fix buffer overflow bug in unit test (#1193)
2018-08-27 박종현/동작제어Lab... [enco] Introduce ConvolutionSpec class (#1191)
2018-08-27 박종현/동작제어Lab... [enco] Introduce NormalizePass (#1192)
2018-08-27 Роман Михайлович... Partial reorganization of project file hierarchy (...
2018-08-27 박종현/동작제어Lab... [coco] Set default stride as 1 (#1188)
2018-08-27 박종현/동작제어Lab... [enco] Support Shuffle code generation (#1182)
2018-08-24 Efimov Alexander... Add negative axis number support in concat (#1186)
2018-08-24 박종현/동작제어Lab... [enco] Include functional in Driver (#1174)
2018-08-24 박종현/동작제어Lab... [enco] Introduce MemoryContext class (#1180)
2018-08-24 박종현/동작제어Lab... Import reference NN runtime (#1181)
2018-08-24 박종현/동작제어Lab... [enco] Introduce DuplicatePass (#1177)
2018-08-24 박종현/동작제어Lab... [nnkit] Mangle tensor names (#1173)
2018-08-24 박종현/동작제어Lab... [enco] Emit missing return (#1178)
2018-08-24 박종현/동작제어Lab... [enco] Emit input/output metadata API (#1176)
2018-08-24 박종현/동작제어Lab... Introduce EXCLUDE option to add_subdirectories (#1156)
2018-08-24 박종현/동작제어Lab... [enco] Process Input layer (#1158)
2018-08-24 박종현/동작제어Lab... [enco] Check the existence of in/out bag (#1154)
2018-08-24 박종현/동작제어Lab... [enco] Record Input/Output Shape metadata (#1153)
2018-08-23 Роман Михайлович... fix build bug: eliminate dependencies from external...
2018-08-23 Роман Михайлович... Refactor CLI options and output message (#1142)
2018-08-23 Dmitry Mozolev... Add .dot Model IR dumper (#1027)
2018-08-23 Ivan Vagin... [nnc] Save interpreter result (#941)
2018-08-23 Роман Михайлович... Update README.md about running nnc (#1141)
2018-08-23 박종현/동작제어Lab... [enco] Load model from files (#1152)
2018-08-23 박종현/동작제어Lab... [coco] Allow Input and Output to share the same bag...
2018-08-23 박종현/동작제어Lab... [enco] Record input/output names (#1151)
2018-08-23 박종현/동작제어Lab... [enco] Enforce source code generation (#1149)
2018-08-23 박종현/동작제어Lab... [enco] Implement Caffe model import helpers (#1144)
2018-08-23 박종현/동작제어Lab... [ann] Import Android NN API header (#1147)
2018-08-23 박종현/동작제어Lab... [enco] Introduce Global vairable manager (#1140)
2018-08-23 박종현/동작제어Lab... [enco] Introduce basic test (000) (#1139)
2018-08-22 Vitaliy Cherepanov... interpreter: add intermediate operations result getter...
2018-08-22 Efimov Alexander... Fix axis number for nonstandart shaped tensors (#1039)
2018-08-22 Dmitry Mozolev... [nnc] Update DepthwiseConvolution interpreter test...
2018-08-22 박종현/동작제어Lab... [nncc.foundation] Remove unused Exception class (#1131)
2018-08-22 Efimov Alexander... Add support of negative axis in softmax (#1117)
2018-08-22 박종현/동작제어Lab... [enco] Emit Network_???_count and Network_???_bind...
2018-08-22 박종현/동작제어Lab... [coco] Introduce Stride2D (#1137)
2018-08-22 박종현/동작제어Lab... [enco] Dummy Caffe Frontend implementation (#1133)
2018-08-22 박종현/동작제어Lab... [enco] Self-complete C++ code gen (#1134)
2018-08-22 박종현/동작제어Lab... [coco] Record Conv2D Padding (#1135)
2018-08-22 박종현/동작제어Lab... [enco] Caffe frontend template (#1130)
2018-08-22 박종현/동작제어Lab... [enco] Invoke backend compile method from CLI (#1126)
2018-08-22 박종현/동작제어Lab... [enco] Introduce basic implementation of CppCode (...
2018-08-22 박종현/동작제어Lab... [enco] Introduce Backend basic implementation (#1127)
2018-08-22 박종현/동작제어Lab... [coco] Introduce reorder in Arg (#1124)
2018-08-22 박세희/동작제어Lab... [nest] Fix conv2d example comments (#1123)
2018-08-22 Роман Михайлович... Implement compiler driver and redesign plugin system...
2018-08-22 박종현/동작제어Lab... [enco] Introduce CppCode class (#1125)
2018-08-22 박종현/동작제어Lab... [enco] Introduce Code class (#1111)
2018-08-22 박종현/동작제어Lab... [pp] Remove deprecated IndentedDocumentBuilder (#1120)
2018-08-22 박세희/동작제어Lab... Add 'llvm' as external module (#1110)
2018-08-22 박종현/동작제어Lab... [coco] Introduce Padding2D class (#1121)
2018-08-22 박종현/동작제어Lab... [coco] Support Shuffle creation (#1108)
2018-08-21 Ivan Vagin... [nnc] tflite schema moved to separate target (#1092)
2018-08-21 Vitaliy Cherepanov... Add stream operator for Shape (#1115)
2018-08-21 Vitaliy Cherepanov... Add stream operator for Index (#1116)
2018-08-21 Efimov Alexander... Move Shape and Index classes to nnc (#1104)
2018-08-21 박종현/동작제어Lab... [enco] Introduce ANNBinder and ANNContext (#1109)
2018-08-21 박종현/동작제어Lab... [enco] Introduce ANN IR Module class (#1107)
2018-08-21 박종현/동작제어Lab... [coco] Introduce 'Shuffle' instruction (#1088)
2018-08-21 박종현/동작제어Lab... [enco] Introduce ANN OperationInventory (#1105)
2018-08-20 박세희/동작제어Lab... Add llvm 6.0 to CI docker image (#1086)
2018-08-20 박종현/동작제어Lab... [nncc.core.ADT] Overload == over kernel shape (#1053)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN WeightInventory class (#1096)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN OperandInventory (#1095)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN 'Operation' class (#1094)
2018-08-20 Efimov Alexander... Type command line checker functions more precisely...
2018-08-20 Denis Maksimenko... [nnc debug] Add command line options (#1079)
2018-08-20 Efimov Alexander... Soft backend: unit tests for C++ operations (#946)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN Operand classes (#1093)
2018-08-20 Denis Maksimenko... [nnkit] Add caffe section to README (#1080)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN Weight class (#1091)
2018-08-20 박종현/동작제어Lab... [enco] Introduce ANN Operand ID (#1090)
2018-08-20 박종현/동작제어Lab... [enco] Introduce Andoird NN DataType enum (#1089)
2018-08-20 박종현/동작제어Lab... [enco] Introduce 'core' library (#1087)
2018-08-20 박종현/동작제어Lab... [coco] Introduce Update Hook & Slot (#1077)
2018-08-17 Юрий Новиков... Add nullpointer check in Model IR Node input connection...
2018-08-17 Юрий Новиков... Use const ptr instead passing by value (#1065)
2018-08-17 Efimov Alexander... Soft backend: support new format of kernel in depthwise...
next