platform/core/ml/nnfw.git
2019-03-04 이한종/On-Device... [neurun] Fix Concat Elimination was not working (#4538)
2019-02-28 윤현식/On-Device... Wong directory name: tranpose -> transpose (#4537)
2019-02-28 김수진/On-Device... [neurun] Enable Cast op in neurun (#4496)
2019-02-28 오형석/On-Device... Exception handling on tflite_run (#4531)
2019-02-28 오형석/On-Device... Fix tflite_run tensor loader bug (#4533)
2019-02-28 대인기/On-Device... Install gcc-6.2.1 abi toolchain (#4524)
2019-02-28 윤지영/On-Device... [neurun] Add Logistic operation (#4523)
2019-02-27 오형석/On-Device... Fix neurun build error (#4520)
2019-02-27 이한종/On-Device... [neurun] Auto-generate Config strings (#4515)
2019-02-27 김용섭/On-Device... [neurun] Revise graph partitioning code (#4510)
2019-02-27 김수진/On-Device... [neurun] Revert to using const_cast for extendRank...
2019-02-27 김수진/On-Device... [neurun] Fix multiple output bug in DotDumper (#4514)
2019-02-27 이한종/On-Device... [neurun] Less verbose namespace (#4509)
2019-02-27 이상규/On-Device... [neuron] Correct wrong copyright year in SubNode (...
2019-02-27 이한종/On-Device... [neurun] Introduce DataflowExecutor (#4502)
2019-02-27 김용섭/On-Device... [neurun] Move the ownership of LowerInfoMap (#4504)
2019-02-26 윤현식/On-Device... [neurun] Sub operation (#4476)
2019-02-26 오형석/On-Device... Introduce method to check compilable (#4500)
2019-02-26 김용섭/On-Device... Change Element in Linear to have lower_info (#4462)
2019-02-26 오형석/On-Device... Frontend to support unspecified model input and output...
2019-02-26 이한종/On-Device... [neurun] Introduce Job for DataflowExecutor (#4492)
2019-02-26 오형석/On-Device... Set input and output for interpreter (#4498)
2019-02-26 이한종/On-Device... [neurun] Remove Plan from Compiler (#4497)
2019-02-25 김수진/On-Device... [neurun] Fix typo in getOutputOperandIndex (#4489)
2019-02-25 김수진/On-Device... [neurun] Enable tanh in neurun (#4467)
2019-02-25 오형석/On-Device... Use interpreter for model cannot compile (#4482)
2019-02-25 이한종/On-Device... [neurun] Introduce FunctionSequence (#4473)
2019-02-25 김수진/On-Device... [neurun] Fix enum typo in StageGenerator (#4487)
2019-02-25 오형석/On-Device... Fix cmake arm compute build and makefile (#4470)
2019-02-25 이한종/On-Device... [neurun] Remove unnecessary code in Graph::lower (...
2019-02-25 이한종/On-Device... [neurun] Introduce ExecutorBase (#4483)
2019-02-25 오형석/On-Device... Disable acl build for tizen cross build (#4479)
2019-02-25 이상규/On-Device... Enable sub/broadcast framework test (#4472)
2019-02-25 오형석/On-Device... Add license statement in Executor.cc (#4478)
2019-02-25 오형석/On-Device... Introduce Interpreter class (#4477)
2019-02-25 김수진/On-Device... [neurun] Enable Mul in neurun (#4460)
2019-02-25 이상규/On-Device... Enable hashtable_lookup framework test (#4471)
2019-02-25 이상규/On-Device... `run_benchmark_op` will not run disabled tests (#4465)
2019-02-22 윤지영/On-Device... Add generated test for 3D input and 2D indices in gathe...
2019-02-22 윤지영/On-Device... Add generated tests for 2D input and 3D indices in...
2019-02-22 김수진/On-Device... [neurun] Fix StridedSlice name typo (#4463)
2019-02-22 윤지영/On-Device... Add generated tests for 2D input and 2D indices in...
2019-02-22 이한종/On-Device... [neurun] Explicit tag struct declaration (#4459)
2019-02-21 오형석/On-Device... Remove exeuction interface method to return plan (...
2019-02-21 오형석/On-Device... Introduce IExecutor interface (#4454)
2019-02-21 오형석/On-Device... Use shape converter on frontend (#4452)
2019-02-21 오형석/On-Device... Revert "Revert acl cmake build" (#4447)
2019-02-21 윤지영/On-Device... Add gather 4D input nnapi test (#4313)
2019-02-21 오형석/On-Device... Revise frontend execution (#4450)
2019-02-21 오형석/On-Device... Remove useless include in frontend (#4451)
2019-02-20 김수진/On-Device... [neurun] Enable StrideSlice in neurun (#4446)
2019-02-20 오형석/On-Device... Revise frontend compilation (#4448)
2019-02-20 오형석/On-Device... Revise frontend model input output identification ...
2019-02-20 김용섭/On-Device... Apply subgraph on compile time (#4426)
2019-02-19 이한종/On-Device... [neurun] Create AddNode with OperationFactory (#4441)
2019-02-19 오형석/On-Device... Revise frontend operation add (#4440)
2019-02-19 김수진/On-Device... [neurun] Use legacy tflite method in ConvolutionLayer...
2019-02-19 이한종/On-Device... [neurun] Rename DepthwiseConv2D.cc (#4439)
2019-02-19 이한종/On-Device... [neurun] Introduce OperationFactory (#4438)
2019-02-19 이한종/On-Device... [neurun] Introduce LowerInfoMap (#4437)
2019-02-18 오형석/On-Device... Revise setOperandValueFromMemory (#4436)
2019-02-18 김수진/On-Device... [neurun] Revise FullyConncetedLayer for cpu kernel...
2019-02-18 오형석/On-Device... Revise frontend set operand value (#4432)
2019-02-18 오형석/On-Device... Remove index value casting on constructor (#4434)
2019-02-17 오형석/On-Device... Remove workaround for neurun framework test (#4430)
2019-02-15 오형석/On-Device... Rename utils for NNAPI to internal converters (#4429)
2019-02-15 오형석/On-Device... Revise frontend operand add API (#4427)
2019-02-15 오형석/On-Device... Introduce shape converter (#4428)
2019-02-14 이한종/On-Device... [neurun] Introduce Index::valid method (#4425)
2019-02-14 김용섭/On-Device... Apply IStage to IStageGenerator and PlanBuilder (#4414)
2019-02-14 오형석/On-Device... Revise OperandUsage and related methods (#4408)
2019-02-14 대인기/On-Device... Remove tabs in libs/tflite/CMakeLists.txt (#4424)
2019-02-14 장지섭/On-Device... [PACL] Change getARMComputePermutationVector to make...
2019-02-14 오형석/On-Device... Introduce pointer union to handle tensor data (#4421)
2019-02-14 대인기/On-Device... Use target_compile_definitions instead add_definitions...
2019-02-14 오형석/On-Device... Revise frontend model object creation and finish (...
2019-02-14 대인기/On-Device... Move TFLITE relevant flag setting to proper place ...
2019-02-13 김수진/On-Device... [neurun] Remove missed skip lists of cpu test for SoftM...
2019-02-13 오형석/On-Device... Introduce type info converter for frontend (#4418)
2019-02-13 오형석/On-Device... Support operator to compare TypeInfo (#4415)
2019-02-13 이한종/On-Device... Introduce .gitattributes for github/linguist (#4409)
2019-02-13 김수진/On-Device... [neurun] Use 'GenericFullyConnectedLayer' (#4396)
2019-02-13 오형석/On-Device... Remove using default backend for input and output ...
2019-02-12 윤현식/On-Device... Modified for Tensorflow 1.12 (#4378)
2019-02-11 김수진/On-Device... [neurun] Support 'quant8' for some cpu kernels (#4402)
2019-02-11 이한종/On-Device... [neurun] Do not correct dims for Concat operands (...
2019-02-11 장지섭/On-Device... Support NHWC to SpaceToDepthKernel (#4369)
2019-02-10 김용섭/On-Device... Introduce IStage, AtomicStage and CompositStage (#4374)
2019-02-08 대인기/On-Device... Check tflite version in build time (#4371)
2019-02-07 이성재/On-Device... Generate compiler command information during build...
2019-02-07 김용섭/On-Device... Introduce Subgraph as Node (#4373)
2019-02-07 이성재/On-Device... Set default value of HOST_OS (#4384)
2019-02-07 장지섭/On-Device... Add CUSTOM(Abs) op to nnapi_delegate (#4379)
2019-02-01 Prasanna R... Arrange GTests in tizen skip lists in order (#4093)
2019-02-01 김수진/On-Device... [neurun] Use 'UNUSED_RELEASE' macro for unused variable...
2019-02-01 오형석/On-Device... Block cpu kernel build on gbs build (#4355)
2019-01-31 이춘석/On-Device... Enable DepthwiseConv2D in neurun (#4319)
2019-01-31 이한종/On-Device... [neurun] Add more comment on cpu::TensorBuilder (#4365)
2019-01-31 오형석/On-Device... Fix logging runtime bug (#4368)
2019-01-31 장지섭/On-Device... Remove unnecessary kernels from ARMComputeEX (#4325)
next