platform/core/ml/nnfw.git
2018-09-18 박종현/동작제어Lab... [coco] Manage Def in Object (#1532)
2018-09-18 박종현/동작제어Lab... [coco] Remove BagInfo (#1536)
2018-09-18 박종현/동작제어Lab... [coco] Introduce Shuffle::size method (#1539)
2018-09-18 박종현/동작제어Lab... [coco] Use InstrManagerTest fixture for create_UnitF...
2018-09-18 박종현/동작제어Lab... [coco] UseSet for Object (#1528)
2018-09-18 박종현/동작제어Lab... [caffegen] Do NOT depend on nncc_foundation (#1548)
2018-09-18 박종현/동작제어Lab... [enco] ANN Op CodeGen (#1547)
2018-09-18 박종현/동작제어Lab... [coco] IR entities-to-Module link (#1546)
2018-09-18 박종현/동작제어Lab... [enco] Unify Compatiblity Check and ANN IR Builder...
2018-09-17 Vitaliy Cherepanov... feature: add multiple interpreter outputs (#1543)
2018-09-17 Efimov Alexander... Implement batch norm as scale and bias (#1542)
2018-09-17 Efimov Alexander... Fix naming of soft backend files (#1477)
2018-09-17 Андрей Шедько... Fix Importer bug (#1541)
2018-09-17 Роман Михайлович... Support new type of option value (#1504)
2018-09-17 Efimov Alexander... Add shape correctness check (#1485)
2018-09-17 박종현/동작제어Lab... [coco] Store size in Bag (#1531)
2018-09-17 박종현/동작제어Lab... [coco] Explicit Input/Output link from Bag (#1526)
2018-09-17 박종현/동작제어Lab... [enco] Declare ANNOpBuilder before ANNGroupBuilder...
2018-09-17 박종현/동작제어Lab... [coco] Do NOT use Object-to-ObjectInfo link (#1527)
2018-09-17 박종현/동작제어Lab... [coco] Do NOT use Op-to-Instr link (#1525)
2018-09-17 박종현/동작제어Lab... [coco] Use as a friend class of Object (#1523)
2018-09-17 박종현/동작제어Lab... [coco] Return Def instead Producer (#1521)
2018-09-17 박종현/동작제어Lab... [enco] Introduce DEPTHWISE_CONV_2D (#1520)
2018-09-17 박종현/동작제어Lab... [coco] Manage DepSet/ReadSet/UpdateSet in Bag (#1518)
2018-09-17 박종현/동작제어Lab... [coco] Remove links for child-parent relation update...
2018-09-17 박종현/동작제어Lab... [enco] Use 'Appender' in Split pass (#1516)
2018-09-17 박종현/동작제어Lab... [coco] Introduce Step class (#1517)
2018-09-17 박종현/동작제어Lab... [coco] Remove Bag-to-BagInfo link (#1519)
2018-09-17 박종현/동작제어Lab... [coco] Allow Def to access the internals of Object...
2018-09-17 박종현/동작제어Lab... [coco] Detach Node from List on destruction (#1514)
2018-09-17 박종현/동작제어Lab... [coco] Introduce producer and consumers helpers (#1513)
2018-09-17 박종현/동작제어Lab... [coco] Direct updates Input/Ouput mask (#1512)
2018-09-17 박종현/동작제어Lab... [coco] Rename UseSlot as Use (#1511)
2018-09-17 박종현/동작제어Lab... [coco] Prepare Window2D method renaming (#1509)
2018-09-17 박종현/동작제어Lab... [coco] Change object destruction order (#1508)
2018-09-17 박종현/동작제어Lab... [enco] Infer Output Shape of Convolution with group...
2018-09-17 박종현/동작제어Lab... [coco] Direct update on UpdateSet (#1510)
2018-09-17 박종현/동작제어Lab... [coco] Direct update on ReadSet (#1496)
2018-09-14 박종현/동작제어Lab... [coco] Class static head (#1498)
2018-09-14 박종현/동작제어Lab... [coco] Remove deprecated get (#1499)
2018-09-14 박종현/동작제어Lab... [coco] Introduce 'group' parameter to Conv2D op (#1495)
2018-09-14 박종현/동작제어Lab... [stdex] Introduce Memory.h (#1494)
2018-09-14 박종현/동작제어Lab... [coco] Remove unnecessary methods for bag link update...
2018-09-14 박종현/동작제어Lab... [coco] Simplify Bag-Dep relation update (#1492)
2018-09-14 박종현/동작제어Lab... [coco] Direct Parent-Child relation update in DLinkedLi...
2018-09-14 박종현/동작제어Lab... [coco] Remove UseHook (#1493)
2018-09-14 박종현/동작제어Lab... [enco] Hoist objects across multiple shuffle(s) (#1489)
2018-09-14 박종현/동작제어Lab... [coco] Link to Def instead of Producer (#1487)
2018-09-13 Efimov Alexander... Support new caffe operations in soft backend (#1476)
2018-09-13 Vladimir Plazun... Add interpreter implementations for new operations...
2018-09-13 Ivan Vagin... [nnc] Remove backslashes from interpreter plugin output...
2018-09-13 박종현/동작제어Lab... [coco] Rename DefSlot (#1484)
2018-09-13 박종현/동작제어Lab... [coco] Remove DefHook (#1483)
2018-09-13 박종현/동작제어Lab... [coco] Non-template UseSlot (#1482)
2018-09-13 박종현/동작제어Lab... [caffegen] Enable format check (#1481)
2018-09-13 박종현/동작제어Lab... [enco] Introduce Object Hoisting Optimization (#1479)
2018-09-13 박종현/동작제어Lab... [coco] Non-template DefSlot (#1480)
2018-09-12 박종현/동작제어Lab... [coco] Introduce replaceAllDepsWith (#1472)
2018-09-12 박종현/동작제어Lab... [enco] Eliminate dead bags (#1473)
2018-09-12 박종현/동작제어Lab... [coco] Rename Object::Def and Object::Use (#1478)
2018-09-12 박종현/동작제어Lab... [enco] Extract PoolingParmeter importer (#1471)
2018-09-12 Efimov Alexander... [nnc] Documentation for soft backend (#1237)
2018-09-12 Efimov Alexander... Support Split operation in caffe frontend (#1475)
2018-09-12 Роман Михайлович... Implement Passes in nnc (#1474)
2018-09-12 Андрей Шедько... New operations for caffe frontend (#1360)
2018-09-12 Андрей Шедько... [nnc] Add support for loading model weights to Caffegen...
2018-09-12 박종현/동작제어Lab... [enco] Generate bypass shuffle (#1470)
2018-09-12 박종현/동작제어Lab... [enco] Remove CanonicalAxisIndex (#1468)
2018-09-12 박종현/동작제어Lab... [coco] Rename mock-up Read as Readers (#1469)
2018-09-12 박종현/동작제어Lab... [coco] Support Bag destruction (#1463)
2018-09-12 박종현/동작제어Lab... [coco] Support Bag replace (#1467)
2018-09-12 박종현/동작제어Lab... Remove unnecessary set in ExternalSourceTools (#1466)
2018-09-12 박종현/동작제어Lab... [coco] Introduce defined in Shuffle (#1465)
2018-09-12 박종현/동작제어Lab... [coco] Introduce Shuffle::at with ElemID method (#1464)
2018-09-12 박종현/동작제어Lab... [enco] Randomize inception c1 test (#1461)
2018-09-12 박종현/동작제어Lab... OptionTools as a module (#1458)
2018-09-11 박종현/동작제어Lab... ExternalProejctTools as a module (#1453)
2018-09-11 박종현/동작제어Lab... [core] Remove unused Printable trait (#1454)
2018-09-11 박종현/동작제어Lab... [coco] Unlink Object's Def on destruction (#1457)
2018-09-11 박종현/동작제어Lab... [coco] Support Instr destruction (#1455)
2018-09-11 박종현/동작제어Lab... [coco] Ensure Bag has no reference on destruction ...
2018-09-11 박종현/동작제어Lab... [coco] Refine Bag::updates method interface (#1448)
2018-09-11 박종현/동작제어Lab... [enco] Add inception c1 test (#1447)
2018-09-11 박종현/동작제어Lab... [coco] Refine Bag::reads method interface (#1446)
2018-09-11 박종현/동작제어Lab... ExternalSourceTools as a module (#1445)
2018-09-11 박종현/동작제어Lab... [coco] Refine Bag::deps method interface (#1444)
2018-09-11 박종현/동작제어Lab... [coco] Fix Read.forward.h (#1443)
2018-09-11 박종현/동작제어Lab... [enco] Replace the use of deprecated methods in Bag...
2018-09-11 박종현/동작제어Lab... [coco] Use make_unique without namespace (#1441)
2018-09-11 박종현/동작제어Lab... [coco] Unlink Read from Bag on destruction (#1438)
2018-09-11 박종현/동작제어Lab... [coco] Unlink Update from Bag on desturction (#1439)
2018-09-11 박종현/동작제어Lab... [coco] Introduce non-member helpers for Bag (#1440)
2018-09-11 박종현/동작제어Lab... [coco] Maintain UpdateSet instead of UpdaterSet (#1437)
2018-09-11 박종현/동작제어Lab... [coco] Maintain ReadSet instead of ReaderSet (#1435)
2018-09-11 박종현/동작제어Lab... [coco] Remove UpdateHook (#1434)
2018-09-11 박세희/동작제어Lab... [ci] Add hdf5-tools to Dockerfile (#1429)
2018-09-11 박종현/동작제어Lab... [coco] Remove ReadHook (#1433)
2018-09-11 박종현/동작제어Lab... [morph] Introduce dims.h (#1432)
2018-09-11 박종현/동작제어Lab... [coco] Rename ReadSlot and UpdateSlot (#1420)
2018-09-11 박종현/동작제어Lab... [coco] Maintain Dep(s) instead of Object(s) (#1424)
next