summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Add generated test for 3D input and 2D indices in gather (#4345)윤지영/On-Device Lab(SR)/Engineer/삼성전자3-0/+84
2019-02-22Add generated tests for 2D input and 3D indices in gather (#4344)윤지영/On-Device Lab(SR)/Engineer/삼성전자2-0/+45
2019-02-22[neurun] Fix StridedSlice name typo (#4463)김수진/On-Device Lab(SR)/Engineer/삼성전자8-19/+19
2019-02-22Add generated tests for 2D input and 2D indices in gather (#4343)윤지영/On-Device Lab(SR)/Engineer/삼성전자2-0/+45
2019-02-22[neurun] Explicit tag struct declaration (#4459)이한종/On-Device Lab(SR)/Engineer/삼성전자2-3/+6
2019-02-21Remove exeuction interface method to return plan (#4457)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-20/+11
2019-02-21Introduce IExecutor interface (#4454)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-3/+85
2019-02-21Use shape converter on frontend (#4452)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-13/+18
2019-02-21Revert "Revert acl cmake build" (#4447)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-11/+132
2019-02-21Add gather 4D input nnapi test (#4313)윤지영/On-Device Lab(SR)/Engineer/삼성전자1-0/+41
2019-02-21Revise frontend execution (#4450)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-33/+97
2019-02-21Remove useless include in frontend (#4451)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-6/+0
2019-02-20[neurun] Enable StrideSlice in neurun (#4446)김수진/On-Device Lab(SR)/Engineer/삼성전자11-2/+284
2019-02-20Revise frontend compilation (#4448)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-16/+37
2019-02-20Revise frontend model input output identification (#4442)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-16/+63
2019-02-20Apply subgraph on compile time (#4426)김용섭/On-Device Lab(SR)/Engineer/삼성전자6-51/+150
2019-02-20[neurun] Create AddNode with OperationFactory (#4441)이한종/On-Device Lab(SR)/Engineer/삼성전자4-28/+28
2019-02-19Revise frontend operation add (#4440)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-138/+175
2019-02-19[neurun] Use legacy tflite method in ConvolutionLayer for cpu (#4416)김수진/On-Device Lab(SR)/Engineer/삼성전자2-94/+79
2019-02-19[neurun] Rename DepthwiseConv2D.cc (#4439)이한종/On-Device Lab(SR)/Engineer/삼성전자1-0/+0
2019-02-19[neurun] Introduce OperationFactory (#4438)이한종/On-Device Lab(SR)/Engineer/삼성전자8-67/+180
2019-02-19[neurun] Introduce LowerInfoMap (#4437)이한종/On-Device Lab(SR)/Engineer/삼성전자3-14/+63
2019-02-19Revise setOperandValueFromMemory (#4436)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-10/+25
2019-02-18[neurun] Revise FullyConncetedLayer for cpu kernel (#4413)김수진/On-Device Lab(SR)/Engineer/삼성전자2-28/+54
2019-02-18Revise frontend set operand value (#4432)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-26/+94
2019-02-18Remove index value casting on constructor (#4434)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-12/+26
2019-02-18Remove workaround for neurun framework test (#4430)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-6/+0
2019-02-15Rename utils for NNAPI to internal converters (#4429)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자5-19/+19
2019-02-15Revise frontend operand add API (#4427)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-12/+36
2019-02-15Introduce shape converter (#4428)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+20
2019-02-14[neurun] Introduce Index::valid method (#4425)이한종/On-Device Lab(SR)/Engineer/삼성전자1-0/+1
2019-02-14Apply IStage to IStageGenerator and PlanBuilder (#4414)김용섭/On-Device Lab(SR)/Engineer/삼성전자3-11/+26
2019-02-14Revise OperandUsage and related methods (#4408)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자10-37/+32
2019-02-14Remove tabs in libs/tflite/CMakeLists.txt (#4424)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+1
2019-02-14[PACL] Change getARMComputePermutationVector to make it generally (#4372)장지섭/On-Device Lab(SR)/Engineer/삼성전자1-29/+3
2019-02-14Introduce pointer union to handle tensor data (#4421)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자17-105/+102
2019-02-14Use target_compile_definitions instead add_definitions (#4419)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-3/+4
2019-02-14Revise frontend model object creation and finish (#4412)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-12/+32
2019-02-14Move TFLITE relevant flag setting to proper place (#4411)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자2-8/+8
2019-02-13[neurun] Remove missed skip lists of cpu test for SoftMax (#4417)김수진/On-Device Lab(SR)/Engineer/삼성전자1-1/+0
2019-02-13Introduce type info converter for frontend (#4418)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-5/+16
2019-02-13Support operator to compare TypeInfo (#4415)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+55
2019-02-13Introduce .gitattributes for github/linguist (#4409)이한종/On-Device Lab(SR)/Engineer/삼성전자1-0/+1
2019-02-13[neurun] Use 'GenericFullyConnectedLayer' (#4396)김수진/On-Device Lab(SR)/Engineer/삼성전자4-69/+81
2019-02-13Remove using default backend for input and output (#4370)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-15/+20
2019-02-12Modified for Tensorflow 1.12 (#4378)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-14/+11
2019-02-11[neurun] Support 'quant8' for some cpu kernels (#4402)김수진/On-Device Lab(SR)/Engineer/삼성전자6-21/+5
2019-02-11[neurun] Do not correct dims for Concat operands (#4394)이한종/On-Device Lab(SR)/Engineer/삼성전자1-0/+2
2019-02-11Support NHWC to SpaceToDepthKernel (#4369)장지섭/On-Device Lab(SR)/Engineer/삼성전자3-17/+83
2019-02-11Introduce IStage, AtomicStage and CompositStage (#4374)김용섭/On-Device Lab(SR)/Engineer/삼성전자4-0/+152