platform/core/ml/nnfw.git
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)
2019-01-31 Сергей Баранников... [nnc] Fix Graph.ReplaceInputs test (#2985)
2019-01-31 Андрей Шедько... [nnc] Initial optimization Pass (#2940)
2019-01-31 Дилшоджон Умронхонов... [nnc] Fix svace error (#2982)
2019-01-31 Сергей Баранников... [nnc] Change interpreter compiler option (#2973)
2019-01-31 박종현/On-Device... Reset internal variables before use (#2975)
2019-01-31 장지섭/On-Device... [tflchef] Add Sqrt for reverse (#2969)
2019-01-30 박종현/On-Device... Use Protocol Buffer 3.5.2 (#2963)
2019-01-30 Efimov Alexander... [nnc] Codestyle fixes in cpu backend (#2939)
2019-01-30 Андрей Тищенко... Multi input data (#2959)
2019-01-30 박천교/On-Device... [coco] KernelObjectTest with comparing Shape (#2952)
2019-01-30 Павел Ильютченко... [nnc] Scale and BiasAdd realizations on Eigen (#2956)
2019-01-30 박종현/On-Device... [nnc] Link libprotobuf to nnc_support (#2962)
2019-01-30 박종현/On-Device... [caffegen] Do NOT require CaffeProto (#2964)
2019-01-30 박종현/On-Device... Notify when FlatBuffers is available (#2966)
2019-01-29 Андрей Шедько... [nnc] DotDumperPass (#2960)
2019-01-29 Ivan Vagin... [nnc] Fixed weights tensor shape in ACL backend (#2958)
2019-01-29 Сергей Баранников... [nnc] Change the ModelIR Conv2D kernel format from...
2019-01-29 Ivan Vagin... [nnc] Fixed misleading indentation warning (#2954)
2019-01-29 박종현/On-Device... Rollback Protocol Buffer 3.6.1 integration (#2949)
2019-01-29 윤지영/On-Device... Add enco gdb operator names (#2947)
2019-01-29 박천교/On-Device... [coco] Reformat comments into doxygen style (#2942)
2019-01-29 박천교/On-Device... [enco] Reformat comments into doxygen style (#2943)
2019-01-29 박종현/On-Device... Integrate Protocol Buffer 3.6.1 (#2936)
2019-01-28 Сергей Баранников... [nnc] Prepare the interpreter backend for the future...
2019-01-28 Сергей Баранников... [nnc] Add OutputOp class to represent graph outputs...
2019-01-28 Vladimir Plazun... [nnc] Increase interpreter speed (#2768)
2019-01-28 Андрей Тищенко... NNC comments code of conduct rules. (#2915)
2019-01-28 Efimov Alexander... [nnc] Handle explicit memory operations in cpu backend...
2019-01-28 Павел Ильютченко... [nnc] Eigen realisation of some activation functions...
2019-01-28 Сергей Баранников... [nnc] Prepare the ACL backend for the future changes...
2019-01-28 박천교/On-Device... [coco] Edit comment box into consistant way (#2923)
2019-01-25 Ivan Vagin... [nnc] Implemented PadOp in ACL backend (#2925)
2019-01-25 Сергей Баранников... [nnc] Delete interpreter system tests (#2927)
2019-01-25 Ivan Vagin... [nnc] Don't serialize excess constant tensors in ACL...
2019-01-25 Сергей Баранников... [nnc] Rename VariableOp class to InputOp (#2924)
2019-01-25 남궁석/On-Device... [enco] Add test file for constant folding (#2898)
2019-01-25 박천교/On-Device... [coco] Fix typo in comment (#2911)
2019-01-25 박천교/On-Device... [enco] Fix typo in comment (#2912)
2019-01-24 Efimov Alexander... [nnc] CPU backend sequence memory and transpose operati...
2019-01-23 Ivan Vagin... [nnc] Allocate ACL elementwise op output and temporary...
2019-01-23 Сергей Баранников... [nnc] Remove shared_ptr from TensorVariant's constructo...
2019-01-23 남궁석/On-Device... [enco] Not apply constant folding when instruction...
2019-01-22 Сергей Баранников... [nnc] Support for non-1 batch in Conv2D and DepthwiseCo...
2019-01-22 Сергей Баранников... [nnc] Remove limitation on input shape in importers...
2019-01-22 Андрей Шедько... [nnc] Fix arm-cpu build (#2905)
2019-01-22 박종현/On-Device... [enco/caffe] Average Pooling with Non Square Kernel...
2019-01-21 Ivan Vagin... [nnc] Fixed several ACL bugs (#2900)
2019-01-21 Андрей Шедько... [nnc] Conv refactor (#2886)
next