platform/core/ml/nnfw.git
2019-06-27 Сергей Баранников... Fix build of PACL (#5499)
2019-06-27 Дилшоджон Умронхонов... Fix rank calculation in executors (#5480)
2019-06-26 Сергей Баранников... Use polymorphic_downcast instead of dynamic_cast. ...
2019-06-26 윤지영/On-Device... [kbenchmark] Add filter option (#5360)
2019-06-26 Vladimir Plazun... [neurun] fix ExecutorBase::getOutput() (#5494)
2019-06-26 이상규/On-Device... [nnpackage] Add version attribute in manifest (#5484)
2019-06-26 Сергей Баранников... Rename element_nums to num_elements (#5492)
2019-06-26 Сергей Баранников... [neurun] Fix kernel shapes for Conv2D and DepthwiseConv...
2019-06-25 이상규/On-Device... [custom op] initial commit for custom op documentation...
2019-06-25 김용섭/On-Device... [MemoryManager] Introduce interface apis of ITensorBuil...
2019-06-25 이상규/On-Device... [nnpackage] initial commit (specification and schema...
2019-06-25 이성재/On-Device... Add COPYRIGHT (#5482)
2019-06-25 윤지영/On-Device... [kbenchmark] Add operation class for loading operation...
2019-06-24 이한종/On-Device... Introduce ObjectManager to replace Operands (#5464)
2019-06-24 김용섭/On-Device... [MemoryManager] Apply createMemoryManager to each Tenso...
2019-06-24 오형석/On-Device... [Interp] Reshape kernel in interpreter (#5453)
2019-06-24 오형석/On-Device... [Interp] Fix input/output setting (#5456)
2019-06-24 김용섭/On-Device... [neurun] Separate prepare of TemplTensorBuilder (#5473)
2019-06-24 김용섭/On-Device... Introduce AclLinearMemoryManager (#5466)
2019-06-24 김용섭/On-Device... [MemoryManager] Introduce createMemoryManager on each...
2019-06-24 김용섭/On-Device... Add initConstant to Utils.h (#5467)
2019-06-24 김용섭/On-Device... [MemoryManager] Apply MemoryManager to Executors (...
2019-06-24 김용섭/On-Device... Apply MemoryManager into FullyConnectedReshapingLayer...
2019-06-21 박종현/On-Device... Introduce xprobe library (#5452)
2019-06-20 Сергей Баранников... [neurun] Move `Layout` enum from `operand` to `model...
2019-06-20 이한종/On-Device... Revise HowToContribute.md (#5445)
2019-06-20 오형석/On-Device... [Interp] Update generated test skiplist (#5454)
2019-06-20 오형석/On-Device... Skip analysis multiple parent tensor (#5451)
2019-06-20 이한종/On-Device... Fix parallel executor finishing condition (#5429)
2019-06-20 오형석/On-Device... [Interp] Use Buffer class in interpreter tensor (#5436)
2019-06-19 Андрей Шедько... Added support for models with multiple input tensors...
2019-06-19 오형석/On-Device... [Loader] Add supporting operations (#5449)
2019-06-19 오형석/On-Device... Pad operation frontend acl-cl backend (#5443)
2019-06-19 오형석/On-Device... [Loader] Fix quantizaion info loading (#5450)
2019-06-19 오형석/On-Device... Remove pad in armcompute-ex (#5448)
2019-06-19 오형석/On-Device... [pacl] Use pad acl 19.02 kernel (#5438)
2019-06-19 김용섭/On-Device... [MemoryManager] Apply MemoryManager to TensorBuilder...
2019-06-19 오형석/On-Device... Introduce pad operation in neurun (#5435)
2019-06-18 Андрей Шедько... Added Scheduling to Dataflow executors (#5410)
2019-06-18 이상규/On-Device... Remove redundant virtual keyword from neurun's operatio...
2019-06-18 김용섭/On-Device... [MemoryManager] Apply MemoryManager to TensorBuilder...
2019-06-18 오형석/On-Device... [Interp] Introduce max pool operation in interpreter...
2019-06-17 오형석/On-Device... [Interp] Introduce Buffer class (#5401)
2019-06-17 오형석/On-Device... Remove axis restriction on concat elimination (#5414)
2019-06-17 이한종/On-Device... Clean header inclusion (#5423)
2019-06-17 오형석/On-Device... [Interp] Depthwise conv kernel in interpreter (#5425)
2019-06-17 Сергей Баранников... Disallow copying of model::Operation class (#5383)
2019-06-14 이한종/On-Device... Use `reset()` for unique_ptr freeing (#5420)
2019-06-14 이한종/On-Device... Apply Concat Elimination for DataflowExecutor (#5409)
2019-06-14 오형석/On-Device... Interpreter test script (#5417)
2019-06-14 장지섭/On-Device... Remove calcOffset methods using Coordinate4D (#5416)
2019-06-14 오형석/On-Device... [Interp] DepthwiseConv and Reshape kernel skeleton...
2019-06-14 장지섭/On-Device... Apply Coordinates for PermuteLayer (#5399)
2019-06-14 장지섭/On-Device... Apply Coordinates for sinking and sourcing (#5398)
2019-06-14 오형석/On-Device... Use Coordinates in SubTensorInfo (#5395)
2019-06-14 Андрей Шедько... Added profiling infrastructure to Executors (#5365)
2019-06-13 오형석/On-Device... Add transpose conv gtest (#5391)
2019-06-13 김용섭/On-Device... [MemoryManager] Introduce MemoryManager class for each...
2019-06-13 박종현/On-Device... Introduce xdata library (#5387)
2019-06-13 장지섭/On-Device... Apply Coordinates for ConstantInitializer (#5397)
2019-06-13 장지섭/On-Device... Apply Coordinates for feature::nchw::View (#5400)
2019-06-13 오형석/On-Device... Introduce coordinate converter (#5394)
2019-06-12 오형석/On-Device... Fix coordinate size expanding bug (#5393)
2019-06-12 Сергей Баранников... [neurun] Accept Visitors by lvalue reference (#5385)
2019-06-12 오형석/On-Device... Add interpreter unittest for coverage (#5376)
2019-06-12 이성재/On-Device... Do cross build automatically when ROOTFS_DIR is present...
2019-06-12 이한종/On-Device... Remove createParallelExecutor code (#5382)
2019-06-12 장지섭/On-Device... Introduce calcOffset method with param Coordinates...
2019-06-11 오형석/On-Device... [Interp] Introduce softmax operation in interpreter...
2019-06-11 이한종/On-Device... Unify Dataflow/ParallelExecutor creation (#5381)
2019-06-11 오형석/On-Device... Fix transpose conv padding calculation bug (#5371)
2019-06-10 오형석/On-Device... [Interp] Introduce concat operation in interpreter...
2019-06-10 이한종/On-Device... Enhance DataflowExecutor dependency resolution (#5352)
2019-06-10 장지섭/On-Device... Change ACL_DEFAULT_LAYOUT configuration to ACL_LAYOUT...
2019-06-10 오형석/On-Device... Remove lower info dependency in SubTensorAnalyzer ...
2019-06-10 Андрей Шедько... Scheduler for HE (#5182)
2019-06-10 윤지영/On-Device... [kbenchmark] Add Config parser (#5354)
2019-06-10 장지섭/On-Device... Introduce Coordinates (#5345)
2019-06-10 Сергей Баранников... [ACL backends] Fuse activation layers into convolutiona...
2019-06-10 Сергей Баранников... [ACL CL backend] Support `Unpack` operation in ACL...
2019-06-07 오형석/On-Device... [Interp] Introduce fully connected operation in interep...
2019-06-07 오형석/On-Device... Resolve param value for softmax at frontend (#5348)
2019-06-05 오형석/On-Device... [Interp] Introduce average pool operation in interprete...
2019-06-05 이한종/On-Device... Rename Executor.cc to LinearExecutor.cc (#5353)
2019-06-05 Павел Ильютченко... TFLite Loader [4/4] (#5288)
2019-06-05 윤지영/On-Device... [kbenchmark] Loads kernel benchmark library and adds...
2019-06-05 오형석/On-Device... [Interp] Kernel skeleton for inception (#5335)
2019-06-05 오형석/On-Device... Add comment and condition for optional input (#5344)
2019-06-05 Сергей Баранников... [ACL backends] Reuse asPadStrideInfo (#5351)
2019-06-04 윤지영/On-Device... [kbenchmark] Add argument parser (#5336)
2019-06-04 오형석/On-Device... Fix neurun build bug by LSTM (#5342)
2019-06-04 장지섭/On-Device... Support LSTM operation (#5293)
2019-06-03 윤지영/On-Device... Create kbenchmark in tools directory (#5333)
2019-06-03 Павел Ильютченко... Full implementation of TFLite Loader (operations suppor...
2019-06-03 장지섭/On-Device... Disable PermutationEliminationPass (#5321)
2019-06-03 Сергей Баранников... [neurun] Avoid using `new` in favor of make_unique...
2019-05-31 오형석/On-Device... [Interp] Introduce conv operation (#5329)
2019-05-31 이한종/On-Device... ParallelExecutor inherits DataflowExecutor (#5280)
2019-05-31 Сергей Баранников... Use make_unique instead of allocating memory directly...
2019-05-31 Андрей Шедько... ExecTime records for NYI ops should always read "not...
next