platform/core/ml/nnfw.git
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)
2018-07-26 박종현/동작제어Lab... [coco] Safe downcast to UnitF (#824)
2018-07-25 박종현/동작제어Lab... [coco] Non-template UnitF instruction (#789)
2018-07-25 박종현/동작제어Lab... [coco] Record Tensor index to Element ID mapping in...
2018-07-25 박종현/동작제어Lab... [coco] Take Bag to BagInfo map on ObjectManager constru...
2018-07-25 박종현/동작제어Lab... [nest] Allow Ret value copy (#801)
2018-07-25 박종현/동작제어Lab... [nest] Introduce 'Level' class (#800)
2018-07-25 박종현/동작제어Lab... [coco] Implement 'insertBefore' (#805)
2018-07-25 Efimov Alexander... Bugfix: Add NN parameters in soft backend artefact...
2018-07-25 Vladimir Plazun... Support automatic dimension size in Reshape operation...
2018-07-25 Efimov Alexander... Bugfix: fix tensor naming in c++ soft backend (#678)
2018-07-25 박종현/동작제어Lab... [coco] Record Kernel Index to Elem ID relation (#804)
2018-07-25 박종현/동작제어Lab... [coco] Store a mapping from Bag to BagInfo (#796)
2018-07-25 박종현/동작제어Lab... [coco] Store feature index to element mapping (#797)
2018-07-25 박종현/동작제어Lab... [coco] Notify Bag changes (#787)
2018-07-25 박종현/동작제어Lab... [coco] Record Input-to-Element ID map (#794)
2018-07-25 박종현/동작제어Lab... [coco] Support generic block append (#791)
2018-07-25 박종현/동작제어Lab... [coco] Support Object downcast (#792)
2018-07-25 박종현/동작제어Lab... [coco] Introduce 'BagInfo' class (#793)
2018-07-25 박종현/동작제어Lab... [coco] Support copy over ElemID (#786)
2018-07-25 박종현/동작제어Lab... [coco] Support Output alloc through EntityManager ...
2018-07-24 Efimov Alexander... Add support library function stubs (#707)
2018-07-24 박종현/동작제어Lab... [coco] Add 'asConv2D' method (#785)
2018-07-24 박종현/동작제어Lab... [coco] Record output name (#783)
2018-07-24 박종현/동작제어Lab... [coco] Add 'instr' method in EntityManager (#782)
2018-07-24 박종현/동작제어Lab... [coco] Default-constructible ElemID (#784)
2018-07-24 박종현/동작제어Lab... Unify docker commands (#761)
2018-07-24 Dmitry Mozolev... Add nnc Caffe importer plugin (#746)
2018-07-24 Denis Maksimenko... [nnc backend] Implement Conv2D_FFT methods (#636)
2018-07-24 박종현/동작제어Lab... [coco] Store backing Bag in Output (#781)
2018-07-24 박종현/동작제어Lab... [coco] Add 'output' method in Module (#780)
2018-07-24 박종현/동작제어Lab... [coco] Add 'name' attribute to Input (#777)
2018-07-24 박종현/동작제어Lab... [coco] Add 'InstrManager' class (#776)
2018-07-24 박종현/동작제어Lab... [coco] Add 'ElemID' class (#773)
2018-07-24 박종현/동작제어Lab... [coco] Add 'op' method in EntityManager (#779)
2018-07-24 박종현/동작제어Lab... [coco] Add 'object' method in EntityManager (#770)
2018-07-24 박종현/동작제어Lab... [coco] Store backing Bag in Input (#768)
2018-07-24 박세희/동작제어Lab... [coco] remove extra space (#775)
2018-07-24 박종현/동작제어Lab... [coco] BlockList in Module (#769)
2018-07-23 박종현/동작제어Lab... [coco] Add 'block' method to EntityManager (#767)
2018-07-23 박종현/동작제어Lab... [coco] Add 'BlockManager' class (#764)
2018-07-23 박종현/동작제어Lab... [coco] Add 'bag' method to EntityManager (#765)
2018-07-23 박종현/동작제어Lab... [coco] Record network input list in Module (#766)
2018-07-23 박종현/동작제어Lab... [coco] Add 'ObjectManager' (#757)
2018-07-23 박종현/동작제어Lab... [coco] Add 'OpManager' class (#759)
2018-07-23 박종현/동작제어Lab... [coco] Add 'input' method to EntityManager (#762)
2018-07-23 박종현/동작제어Lab... [coco] 'Block' as a child of 'Module' (#755)
2018-07-23 박종현/동작제어Lab... [coco] Add 'UnitF' instruction class (#760)
2018-07-23 박종현/동작제어Lab... [coco] Record a backing bag for each object (#758)
2018-07-23 박종현/동작제어Lab... [coco] Introduce factory method for Module (#756)
2018-07-23 박종현/동작제어Lab... [coco] Add 'Conv2D' class (#753)
2018-07-23 박종현/동작제어Lab... [coco] Add 'FeatureInstr' class (#752)
2018-07-23 박종현/동작제어Lab... [coco] Add 'OutputManager' class (#744)
2018-07-23 박종현/동작제어Lab... [coco] Add 'BagManager' (#751)
2018-07-23 박종현/동작제어Lab... [coco] Add 'KernelObject' class (#743)
2018-07-23 박종현/동작제어Lab... [coco] Add 'Block' base implementation (#740)
2018-07-23 박종현/동작제어Lab... [coco] Add 'entity' method to Module (#739)
2018-07-23 박종현/동작제어Lab... [coco] Implement 'InputManager' class (#741)
2018-07-23 박종현/동작제어Lab... [coco] Fix a typo in Op class comment (#742)
2018-07-20 이성재/동작제어Lab... Apply shared library extension name according to OS...
2018-07-20 박종현/동작제어Lab... [coco] Add 'FeatureObject' class (#738)
2018-07-20 박종현/동작제어Lab... [coco] Add 'Input' class (#734)
2018-07-20 박종현/동작제어Lab... [coco] Add 'Output' class (#735)
2018-07-20 박종현/동작제어Lab... [coco] Add 'Instr' class (#728)
2018-07-20 박종현/동작제어Lab... [coco] Add 'EntityManager' class (#731)
next