platform/core/ml/nnfw.git
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)
2019-01-31 장지섭/On-Device... Support NHWC to DepthToSpaceKernel (#4363)
2019-01-31 이한종/On-Device... [neurun] Introduce operand::IndexMap (#4364)
2019-01-30 김수진/On-Device... [neurun] Remove asserts for SoftMax validation to suppo...
2019-01-30 김수진/On-Device... [neurun] Support explicit padding and activation for...
2019-01-30 김수진/On-Device... [neurun] Fix reshape bug (Apply #4254) (#4333)
2019-01-30 김수진/On-Device... [neurun] Remove test skip list that can be passed ...
2019-01-30 이상규/On-Device... Build neurun only should be possible (#4357)
2019-01-30 오형석/On-Device... Remove non-const getter in Plan (#4351)
2019-01-29 이상규/On-Device... Rename GENERATE_FILES to GENERATE_NNAPI_TESTS (#4356)
2019-01-29 김수진/On-Device... [neurun] Support Quant8 for Concat (#4352)
2019-01-29 김수진/On-Device... [neurun] Support other types for ConstantInitializer...
2019-01-29 윤지영/On-Device... Support multiple indices upto 4D output ranks in Gather...
2019-01-29 오형석/On-Device... Use shared pointer for operands and opertions in Plan...
2019-01-28 오형석/On-Device... Remove plan getter in Compiler (#4347)
2019-01-28 이성재/On-Device... update `.gitignore` (#4337)
2019-01-28 장지섭/On-Device... [PACL] Support ABS_EX op (#4334)
2019-01-28 김수진/On-Device... [neurun] Support explicit padding and activation for...
2019-01-28 오형석/On-Device... Remove NOT_COMPILED state in compiler (#4332)
2019-01-28 장지섭/On-Device... Replace CLNormalizationLayerEX with CLNormalizationLaye...
2019-01-28 이성재/On-Device... fix bug (#4331)
2019-01-28 윤지영/On-Device... Support Gather in all input ranks (#4312)
2019-01-28 이한종/On-Device... [neurun] Remove unnecessary header of operand (#4308)
2019-01-28 장지섭/On-Device... Replace CLStridedSliceEx with CLStridedSlice (#4315)
2019-01-28 이한종/On-Device... [neurun] Fix `TensorInfo::total_size` (#4321)
2019-01-28 오형석/On-Device... Move compute from frontend to internal (#4310)
2019-01-28 김수진/On-Device... [neurun] Fix to set wrong length for PermuteSource...
2019-01-28 김수진/On-Device... [neurun] Change reshape kernel from `CLReshapeLayer...
2019-01-25 이한종/On-Device... Avoid redefinition of macro functions (#4320)
2019-01-25 오형석/On-Device... Fix concat for not rank 4 (#4317)
next