platform/core/ml/nnfw.git
2019-04-04 박세희/On-Device... [tfkit] use arguments for unpack and pack (#3169)
2019-04-04 박세희/On-Device... [moco] Initial commit (#3165)
2019-04-04 박종현/On-Device... Introduce TensorFlow CMake package (#3143)
2019-04-04 박세희/On-Device... [tfkit] add iostream include (#3160)
2019-04-04 박세희/On-Device... [tfkit] use arguments for encode and decode (#3161)
2019-04-03 Ivan Vagin... [nnc] Fixed clang-tidy warnings (#3083)
2019-04-03 박세희/On-Device... [tfkit] Introduce IOConfiguration class (#3157)
2019-04-03 박종현/On-Device... Apply format-check to hpp files (#3153)
2019-04-03 박세희/On-Device... [tfkit] Introduce CmdArguments (#3150)
2019-04-01 박종현/On-Device... Build and install GTest (#3141)
2019-04-01 박종현/On-Device... Remove deprecated nncc_target_link_libraries (#3140)
2019-03-29 박종현/On-Device... [loco] Initial commit (#3103)
2019-03-28 박종현/On-Device... [nnc] Replace nncc_target_link_libraries (#3120)
2019-03-28 박종현/On-Device... Introduce GTestSource package (#3136)
2019-03-28 박세희/On-Device... [tfkit] surround with namespace tfkit (#3135)
2019-03-28 박세희/On-Device... [tfkit] pack float data type for Const nodes (#3126)
2019-03-28 박세희/On-Device... [tfkit] change order of supported commands (#3131)
2019-03-28 박세희/On-Device... [tfkit] update readme for pack and unpack (#3129)
2019-03-28 박세희/On-Device... [tfkit] unpack float data type for Const nodes (#3125)
2019-03-27 박종현/On-Device... [mir] Replace nncc_target_link_libraries (#3118)
2019-03-27 박세희/On-Device... [tfkit] add empty pack unpack (#3123)
2019-03-27 박세희/On-Device... [tfkit] support methods for reading tf attributes ...
2019-03-27 박종현/On-Device... [angkor] Do not use add_nncc_test (#3116)
2019-03-26 박종현/On-Device... Remove "nncc_core" target (#3114)
2019-03-26 박종현/On-Device... Remove unused Pre/Post package hook (#3115)
2019-03-22 이성재/On-Device... Generate compiler command information during build...
2019-03-21 박종현/On-Device... Remove libs and tools (#3098)
2019-03-19 박종현/On-Device... Relocate angkor library (#3097)
2019-03-18 박종현/On-Device... [coco] Use angkor intead of nncc_core (#3096)
2019-03-18 박종현/On-Device... [morph] Use angkor instead of nncc_core (#3095)
2019-03-18 윤지영/On-Device... [enco/gdb] Add enco_dump_all_instrs_v (#3088)
2019-03-18 박종현/On-Device... [nnop] Use angkor (#3087)
2019-03-18 박종현/On-Device... [nnsuite] Use angkor (intead of nncc_core) (#3085)
2019-03-18 박종현/On-Device... [nnkit] Use angkor instead of nncc_core (#3086)
2019-03-15 Сергей Баранников... [nnc] Move ModelIR out of nnc into contrib (#3089)
2019-03-15 Сергей Баранников... [nnc] Repair dependencies of NNC importers (#3091)
2019-03-14 Сергей Баранников... [nnc] Rename target nnc_core to mir (#3090)
2019-03-14 박종현/On-Device... Introduce angkor (as a placeholder) (#3080)
2019-03-14 Сергей Баранников... [nnc] Extract `ADT` component out of `nnc` (#3077)
2019-03-14 박종현/On-Device... [tfldump] Initialize pointer fields with nullptr (...
2019-03-14 박세희/On-Device... [tfkit] Add readme (#3074)
2019-03-14 박종현/On-Device... Extract ann-api subproject (#3072)
2019-03-13 Ivan Vagin... [nnc] Added missing 'override' specifier (#3076)
2019-03-12 박종현/On-Device... [enco] Introduce PhaseConstructionPass (#3069)
2019-03-12 박종현/On-Device... [enco] Introduce DeadBagElimination pass (#3068)
2019-03-12 박종현/On-Device... [enco] Introduce FreeOpElimination (#3067)
2019-03-12 박종현/On-Device... [enco] Introduce FreeInstrEliminationPass (#3063)
2019-03-11 Сергей Баранников... [nnc] Fix include guards after moving header files...
2019-03-11 Сергей Баранников... [nnc] Reorganize the ModelIR include directory (#3065)
2019-03-11 Сергей Баранников... [nnc] Make namespace `mir` top-level (#3064)
2019-03-11 박종현/On-Device... [enco] Introduce BypassGenerationPass (#3062)
2019-03-11 박종현/On-Device... [enco] Introduce ConcatLoweringPass (#3061)
2019-03-11 박종현/On-Device... [enco] Introduce CopyLoweringPass (#3060)
2019-03-11 박종현/On-Device... [enco] Introduce DeadObjectEliminationPass (#3059)
2019-03-11 박종현/On-Device... [enco] Introduce ConstantFoldingPass (#3058)
2019-03-11 박종현/On-Device... [enco] Introduce DuplicatedObjectReductionPass (#3057)
2019-03-10 박종현/On-Device... [enco] Introduce IdenticalObjectReductionPass (#3056)
2019-03-08 박종현/On-Device... [enco] Introduce IndirectCopyElimination (#3055)
2019-03-08 박종현/On-Device... [enco] Introduce DataLayoutConversionPass (#3053)
2019-03-07 박천교/On-Device... [coco] Remove commented 'at' test for KernelObject...
2019-03-07 박종현/On-Device... [enco] Introduce IntrinsicSelectionPass (#3050)
2019-03-07 박종현/On-Device... [enco] Introduce AvgPoolLoweringPass (#3049)
2019-03-07 박종현/On-Device... [enco] Introduce FeatureUnificationPass (#3048)
2019-03-06 박종현/On-Device... [enco] Introduce BagDuplicationPass (#3046)
2019-03-06 박종현/On-Device... [enco] Introduce Pass & Pipeline classes (#3045)
2019-03-04 윤지영/On-Device... [enco/gdb] Upgrade enco dump for instruction in gdb...
2019-02-20 박세희/On-Device... [flchef] Add FullyConnected for reverse (#3038)
2019-02-17 박세희/On-Device... [tflchef] Add FullyConnected test recipe for 4D input...
2019-02-14 Сергей Баранников... [nnc] Remove Elementwise helper class from interpreter...
2019-02-14 윤지영/On-Device... Distinguish (none) and (unknown) type in producer info...
2019-02-13 Сергей Баранников... [nnc] Perform constant folding at import stage in Tenso...
2019-02-12 Сергей Баранников... [nnc] Support for TensorFlow Lite SHAPE operator (...
2019-02-12 Андрей Шедько... [nnc] Introduce Compose Transposes optimization (#2972)
2019-02-11 박종현/On-Device... [caffegen] Resolve ODR violation (#3022)
2019-02-11 윤지영/On-Device... [enco/gdb] Print out the producer info. of object ...
2019-02-11 박종현/On-Device... [enco.core] Use project-wide build options (#3020)
2019-02-11 남궁석/On-Device... [enco] Invoke ANeuralNetworksEvent_free in cpp file...
2019-02-11 박종현/On-Device... [enco.core] Explicit dependent library visibility ...
2019-02-11 박종현/On-Device... [coco.generic] Apply project-wide build options (#3016)
2019-02-10 박종현/On-Device... [enco.core] Resolve sign-compare warning (#3015)
2019-02-10 박종현/On-Device... [enco.core] Resolve unused variable/parameter warnings...
2019-02-08 Сергей Баранников... [nnc] Redesign Model IR. Part 2. (#3017)
2019-02-08 Сергей Баранников... [nnc] Redesign IR. Part 1. (#2998)
2019-02-08 박종현/On-Device... [enco.core] Resolve return-type-c-linkage warning ...
2019-02-08 박종현/On-Device... [coco.generic] Declare visibility explicitly (#3009)
2019-02-08 박종현/On-Device... [enco-cli] Apply project-wide compile options (#3011)
2019-02-08 박천교/On-Device... [coco] Introduce KernelLayouts.test.cpp (#3006)
2019-02-07 박종현/On-Device... [tfkit] Support encode (#3007)
2019-02-07 박종현/On-Device... [tfkit] Initial commit (#3004)
2019-02-07 박종현/On-Device... [coco.core] Apply strict compilation options (#3002)
2019-02-06 박종현/On-Device... [coco.core] Comment out unused arguments (#2990)
2019-02-06 박종현/On-Device... [coco.core] Remove unused operator overloading (#2991)
2019-02-04 Ivan Vagin... [nnc] Removed unused variables (#3000)
2019-02-04 Сергей Баранников... [nnc] Use getShape instead of directly accessing IODesc...
2019-02-01 Павел Ильютченко... [nnc] Scale op NEON implementation (#2995)
2019-02-01 Vladimir Plazun... [nnc] Fixed all integer overflow/underflow issues in...
2019-02-01 Efimov Alexander... [nnc] Eliminate redundant memory copy (#2984)
2019-02-01 박종현/On-Device... Download ONNX by default (#2974)
2019-02-01 박종현/On-Device... [coco.core] Explicitly specify link visibility (#2978)
2019-02-01 윤지영/On-Device... [enco/gdb] Add load details (#2980)
next