platform/core/ml/nnfw.git
2018-08-10 박종현/동작제어Lab... [coco] Introduce FeatureObjectInfo (#964)
2018-08-10 Роман Михайлович... Cmdline: add command line infrastructure (#952)
2018-08-10 박종현/동작제어Lab... [coco] Introduce 'Arg' class (#960)
2018-08-10 박종현/동작제어Lab... [coco] Remove deprecated Bag constructor (#963)
2018-08-10 박종현/동작제어Lab... [coco] Add 'curr' method to DLinkedList::Node (#961)
2018-08-10 박종현/동작제어Lab... [coco] Introduce FeatureObjectTest class (#959)
2018-08-10 박종현/동작제어Lab... [coco] Introduce KernelObjectTest (#962)
2018-08-10 박종현/동작제어Lab... Disable failing nnc test (#958)
2018-08-09 박종현/동작제어Lab... [coco] Implement Op::parent method (#940)
2018-08-09 박종현/동작제어Lab... [coco] Update OpLink on UnitF::op update (#939)
2018-08-09 박종현/동작제어Lab... [coco] Introduce ObjectInfo (#938)
2018-08-08 Efimov Alexander... Bugfix: tests for auto dimension reshape (#857)
2018-08-08 Dmitry Mozolev... [nnc] Fix Caffe Concat operator import (#924)
2018-08-08 Dmitry Mozolev... [nnc] Add doxygen configuration file (#914)
2018-08-08 Efimov Alexander... Softbackend: move serialization out of ModelAnalyzer...
2018-08-08 Denis Maksimenko... [nnc testing] Move unit tests to a separate folder...
2018-08-08 박종현/동작제어Lab... [nnkit] Introduce nnkit_support_caffe (#936)
2018-08-08 박종현/동작제어Lab... [coco] Use OpManager for Instr test (#937)
2018-08-08 박종현/동작제어Lab... [coco] Pass OpLink to Op/Instr Manager (#935)
2018-08-08 박종현/동작제어Lab... [coco] Enable format check (#932)
2018-08-08 박종현/동작제어Lab... [coco] Introduce Generic Data Context (#929)
2018-08-08 박종현/동작제어Lab... [coco] Default constructible DLinkedList::Node (#926)
2018-08-08 박종현/동작제어Lab... [coco.generic] Generic Data Handling Library (#920)
2018-08-08 박종현/동작제어Lab... [coco] Require reads and updates for Instr classes...
2018-08-07 Efimov Alexander... Soft backend: refactoring of artefact Shape class ...
2018-08-07 박종현/동작제어Lab... [coco] Hide BagInfo from Users (#917)
2018-08-07 박종현/동작제어Lab... [nest] Support Free Variable enumeration (#901)
2018-08-07 Denis Maksimenko... [nnc debug] Add debugging system (#893)
2018-08-07 Dmitry Mozolev... [nnc] Remove unnecessary heap allocs in interpreter...
2018-08-07 Dmitry Mozolev... [nnc] Fix float equality check in the interpreter test...
2018-08-07 박종현/동작제어Lab... [caffegen] Add 'init' command (#918)
2018-08-07 박종현/동작제어Lab... [coco] Remove unnecessary Instr::ctor test (#919)
2018-08-07 박종현/동작제어Lab... [coco] Generate Instr boilerplates from list (#896)
2018-08-06 Efimov Alexander... Fix soft backend build (#909)
2018-08-06 박종현/동작제어Lab... [coco] Allows users to query Bag's type (#908)
2018-08-06 박종현/동작제어Lab... [coco] Update 'BagType' from Output (#895)
2018-08-06 박종현/동작제어Lab... [morph] Add 'NNAPI' support (#898)
2018-08-06 박종현/동작제어Lab... [morph] Introduce 'caffe' namespace (#899)
2018-08-03 Dmitry Mozolev... Add interpreter test and Model IR graph creator that...
2018-08-03 Dmitry Mozolev... Add serialized test info readers and tensor comparator...
2018-08-03 Dmitry Mozolev... Add nnc interpreter test main and test info schema...
2018-08-03 Efimov Alexander... Soft backend: concat operation (#838)
2018-08-03 Efimov Alexander... Soft backend: pool operation (#835)
2018-08-03 Dmitry Mozolev... Add nnc interpreter binary test data generator and...
2018-08-03 Efimov Alexander... Soft Backend: capped relu operation (#837)
2018-08-03 Efimov Alexander... Soft backend: fully connected operation (#836)
2018-08-03 Efimov Alexander... Soft backend: reshape operation (#834)
2018-08-03 Efimov Alexander... Soft backend: relu operation (#832)
2018-08-03 Efimov Alexander... Soft backend: bias operation (#831)
2018-08-03 Efimov Alexander... Soft backend: softmax operation (#817)
2018-08-03 Efimov Alexander... Soft backend: depthwise convolution operation (#816)
2018-08-03 Efimov Alexander... Soft backend: conv2d operation (#815)
2018-08-03 박종현/동작제어Lab... [coco] Update 'BagType' from Input (#892)
2018-08-03 박종현/동작제어Lab... [coco] Generate methods from Op.lst (#891)
2018-08-03 박종현/동작제어Lab... [coco] Pass Bag Link to OutputManager (#889)
2018-08-03 박종현/동작제어Lab... [coco] Introduce 'Op::uses' method (#890)
2018-08-03 박종현/동작제어Lab... [coco] Pass Bag Link on the construction of InputManage...
2018-08-03 박종현/동작제어Lab... [nest] Introduce 'nest_core' (#887)
2018-08-03 박종현/동작제어Lab... [coco] Use 'BagManager' in Input/Output tests (#886)
2018-08-03 박종현/동작제어Lab... [morph] Initial commit (#885)
2018-08-03 박종현/동작제어Lab... [coco] Overload operators over ElemID (#884)
2018-08-03 박종현/동작제어Lab... [coco] Allow iteration over instrs in a const block...
2018-08-03 박종현/동작제어Lab... [coco] Introduce 'BagType' enum class (#882)
2018-08-02 Efimov Alexander... Soft backend: split generator file (#842)
2018-08-02 Dmitry Mozolev... Add ctags files to .gitignore (#861)
2018-08-02 Efimov Alexander... Soft backend: split C and C++ plugins (#862)
2018-08-02 Efimov Alexander... Soft backend: base functions for deserialization (...
2018-08-02 Efimov Alexander... Parameters reading from file (#818)
2018-08-02 Efimov Alexander... Soft backend generator serialize output shape, split...
2018-08-02 박종현/동작제어Lab... [coco] Introduce 'Instr::Mutator' (#875)
2018-08-02 박종현/동작제어Lab... [coco] Implement 'Instr::head' method (#876)
2018-08-02 박종현/동작제어Lab... [coco] Allow visit over constant Op values (#877)
2018-08-02 박종현/동작제어Lab... [coco] Reorder 'FeatureObject' with feature layout...
2018-08-02 박종현/동작제어Lab... [coco] Reorder 'KernelObject' with kernel layout (...
2018-08-02 박종현/동작제어Lab... [coco] Support visit over const Instr objects (#866)
2018-08-02 박종현/동작제어Lab... [coco] Support Block Destruction (#865)
2018-08-01 박종현/동작제어Lab... [nncc.core.ADT.kernel] Introduce 'Accessor' interface...
2018-08-01 박종현/동작제어Lab... [coco] Allow PtrManager to release managed objects...
2018-08-01 박종현/동작제어Lab... [coco] Simple convolution network example (#763)
2018-07-31 박종현/동작제어Lab... [coco] Introduce template-based Op visitor (#845)
2018-07-31 박종현/동작제어Lab... [nest] Add 'Schedule' class (#847)
2018-07-31 박종현/동작제어Lab... [coco] Allow users to access dependent objects (#846)
2018-07-31 Dmitry Mozolev... Move tensor transpose operation to nnc linalg (#853)
2018-07-31 Vitaliy Cherepanov... Add information about current launched plugin (#858)
2018-07-31 Vitaliy Cherepanov... nnc: fix def2src generator (#812)
2018-07-31 Efimov Alexander... Soft backend: tflite support library (#772)
2018-07-30 Vitaliy Cherepanov... Fix assert for reshape (#856)
2018-07-27 박종현/동작제어Lab... [coco] Update dependent objects list of each bag (...
2018-07-26 Vitaliy Cherepanov... nnc: add plugin name to execution exception (#807)
2018-07-26 Dmitry Mozolev... Add all remaining Caffe layers to Caffe import test...
2018-07-26 박종현/동작제어Lab... [coco] Instr::Visitor (#829)
2018-07-26 이한종/동작제어Lab... [coco] Add a static_assert for type of Child (#830)
2018-07-26 박종현/동작제어Lab... [coco] Support 'detach' operation (#828)
2018-07-26 박종현/동작제어Lab... [coco Use ObjectManager inside Instr tests (#827)
2018-07-26 박종현/동작제어Lab... [coco] Use ObjectManager inside Op tests (#825)
2018-07-26 박종현/동작제어Lab... [coco] Safe downcast from Object to KernelObject (...
2018-07-26 박종현/동작제어Lab... [nncc.core.ADT] Add 'feature::HWCLayout' (#811)
2018-07-26 박종현/동작제어Lab... [coco] Support 'prepend' operation (#822)
2018-07-26 박종현/동작제어Lab... [coco] Dependent Object list in BagInfo (#821)
2018-07-26 박종현/동작제어Lab... [nest] Support copy/move operation on Module (#823)
next