summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Remove tflite macro and type in cker library (#4966)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-6/+6
2019-04-10Introduce cpu quant8 softmax kernel (#4953)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+336
2019-04-10Fix copyright (#4967)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-1/+17
2019-04-10[NNFW] optimized Conv on CPU (#4964)Андрей Шедько/AI Tools Lab /SRR/Engineer/삼성전자1-20/+20
2019-04-04Fix some errors from Clang compiler (#4915)Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자6-7/+10
2019-04-03Divide by zero check in average pool (#4916)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-2/+4
2019-04-02Introduce cpu quant8 fully connected kernel (#4918)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+52
2019-04-01Introduce float softrmax cpu kernel (#4911)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+94
2019-04-01Introduce cpu quant8 convolution kernel (#4910)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-1/+151
2019-04-01Introduce float fully connected kernel (#4894)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+101
2019-04-01Introduce cpu float depthwise convolution kernel and backend (#4906)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+131
2019-04-01Introduce cpu maxpool kernel (#4897)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+150
2019-03-29Introduce float convolution kernel (#4892)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+132
2019-03-28[cker] Introduce average pool kernel (#4889)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-0/+253
2019-03-28Introduce concat kernel (#4887)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+102
2019-03-28Introduce cpu kernel in libs (#4886)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-0/+220
2019-03-27Fix cl codes' format (#4820)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자23-1380/+1946
2019-03-21Remove simple operation in ARMComputeEx (#4814)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자25-2391/+0
2019-03-21Remove NENormalizationLayer (#4813)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자5-565/+1
2019-03-21Rename reduce max operation (#4806)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-2/+2
2019-03-18Check format all files as default (#4775)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+0
2019-03-18Require TensorFlow Lite when building nnfw_lib_tflite (#4774)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+2
2019-03-14[acl] Use lws_hint() instead of default parameter (#4745)윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자5-5/+5
2019-03-11Introduce ARMComputeEx meta header (#4653)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-0/+104
2019-03-08Remove CLNormalizationLayerEx.h (#4646)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-77/+0
2019-03-08Introduce nnapi-header CMake target (#4631)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+2
2019-03-08acl version up to 19.02 (#4549)이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자8-543/+1
2019-03-08Fix split implementation and test (#4622)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+6
2019-03-04Use member variable to remain dlopen handle (#4534)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+17
2019-03-04Add initialize lost class members initialization (#4535)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자8-29/+30
2019-02-14Remove tabs in libs/tflite/CMakeLists.txt (#4424)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+1
2019-02-14Use target_compile_definitions instead add_definitions (#4419)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-3/+4
2019-02-14Move TFLITE relevant flag setting to proper place (#4411)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+8
2019-02-11Support NHWC to SpaceToDepthKernel (#4369)장지섭/On-Device Lab(SR)/Engineer/삼성전자3-17/+83
2019-02-08Check tflite version in build time (#4371)대인기/On-Device Lab(SR)/Staff Engineer/삼성전자4-14/+12
2019-02-07Add CUSTOM(Abs) op to nnapi_delegate (#4379)장지섭/On-Device Lab(SR)/Engineer/삼성전자1-0/+9
2019-01-31Remove unnecessary kernels from ARMComputeEX (#4325)장지섭/On-Device Lab(SR)/Engineer/삼성전자21-1952/+0
2019-01-31Support NHWC to DepthToSpaceKernel (#4363)장지섭/On-Device Lab(SR)/Engineer/삼성전자3-12/+71
2019-01-29Support multiple indices upto 4D output ranks in Gather (#4339)윤지영/On-Device Lab(SR)/Engineer/삼성전자4-21/+251
2019-01-28Support Gather in all input ranks (#4312)윤지영/On-Device Lab(SR)/Engineer/삼성전자5-170/+187
2019-01-25Avoid redefinition of macro functions (#4320)이한종/On-Device Lab(SR)/Engineer/삼성전자1-2/+7
2019-01-24Update the description of Gather (#4277)장지섭/On-Device Lab(SR)/Engineer/삼성전자2-4/+4
2019-01-22Provide Q8 sup and comments correction for Arg operation (#4268)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자4-10/+12
2019-01-21Changes in CLPermuteExKernel.cpp (#4273)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-11/+5
2019-01-21Remove CLArithmeticSubtractionEx from ArmComputeEx (#4275)장지섭/On-Device Lab(SR)/Engineer/삼성전자6-484/+0
2019-01-18Correction in comment in Pad kernel (#4262)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-1/+1
2019-01-18Renaming ArgMinMax to ArgOperation (#4238)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자6-84/+84
2019-01-17Remove dependence of data format(NHWC) of PACL from kernels of PAD (#4014)장지섭/On-Device Lab(SR)/Engineer/삼성전자3-72/+47
2019-01-17Optimisation in Permute kernel (#4202)Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자1-11/+10
2019-01-17Support LogcalNot in runtime and nnapi_delegate (#4048)Дилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자2-1/+10