summaryrefslogtreecommitdiff
path: root/runtimes
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Manage operand stack and operation stack for interpretation (#5020)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+59
2019-04-23Introduce operand usage vectorin frontend (#5039)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-1/+26
2019-04-23Change default runtime to neurun (#5042)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자6-6/+5
2019-04-23Remove operand usage getter methods (#5038)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자10-17/+11
2019-04-22Change ARGMAX definition (#5021)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-2/+2
2019-04-18[neurun] Apply code for merging node into subgraph to Graph (#5019)김용섭/On-Device Lab(SR)/Engineer/삼성전자1-22/+168
2019-04-18Prepare operand stack in interpreter (#5015)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+29
2019-04-18[neurun] Apply SubgraphContext(1 subgraph 1 node) (#5014)김용섭/On-Device Lab(SR)/Engineer/삼성전자9-140/+207
2019-04-17Interpreter ITensor Inherit backend ITensor (#5005)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-2/+2
2019-04-17[neurun] Rename operation::Node as Operation (#5013)이한종/On-Device Lab(SR)/Engineer/삼성전자135-275/+276
2019-04-17Fix a couple of noticeable clang static analyzer warnings (#4981)Aleksei Grebenkin/AI Ecosystem Lab /SRR/Engineer/삼성전자2-5/+5
2019-04-17Fix OperationIndex build break from Subgraph (#5012)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자2-28/+40
2019-04-17Introduce interpreter class (#5006)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+117
2019-04-16[neurun] Introduce SubgraphContext class (#4995)김용섭/On-Device Lab(SR)/Engineer/삼성전자2-0/+195
2019-04-16[neurun] Rename operation::Index as OperationIndex (#5002)이한종/On-Device Lab(SR)/Engineer/삼성전자30-105/+102
2019-04-16Remove axis conversion in libs/ARMComputeEx (#4992)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-4/+20
2019-04-16[neurun] Change from SubgraphSet to SubgraphSequence (#4996)김용섭/On-Device Lab(SR)/Engineer/삼성전자8-25/+28
2019-04-15Interpreter use info structure in model (#4988)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자4-124/+51
2019-04-11Remove install backend kernel (#4979)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-3/+0
2019-04-11Move backend cmake setting into each backend (#4976)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자7-22/+21
2019-04-11[neurun] add ExecManager::{setInput,setOutput} unit tests (#4972)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+94
2019-04-11Remove cpu backend build dependency with tflite (#4975)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-12/+0
2019-04-10[neurun] Remove type and shape argument from Executor's setInput and setOutpu...이상규/On-Device Lab(SR)/Principal Engineer/삼성전자6-31/+132
2019-04-10Remove unused util function in cpu backend (#4971)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-73/+0
2019-04-10Introduce cpu quant8 softmax kernel (#4953)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-5/+4
2019-04-10Fix copyright (#4967)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+16
2019-04-09[neurun] Remove redundant virtual from override functions (#4956)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자14-52/+48
2019-04-08Remove deprecated header include in neurun cpu kernel (#4942)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-4/+0
2019-04-05[neurun] Garden and remove redundunt code from ExecManager Test (#4930)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자1-7/+13
2019-04-04[neurun] Eliminate the concept of scalar type (#4929)장지섭/On-Device Lab(SR)/Engineer/삼성전자21-116/+100
2019-04-04[PACL] Fix wrong setting of for SpaceToBatch in NHWC (#4366)장지섭/On-Device Lab(SR)/Engineer/삼성전자1-70/+43
2019-04-04[neurun] Fix a typo (#4931)장지섭/On-Device Lab(SR)/Engineer/삼성전자1-1/+1
2019-04-04[neurun] Fix wrong output operand in ExecManager test (#4927)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-04-04[neurun] Simpify TypeInfo constructor using default parameters (#4926)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자6-9/+9
2019-04-04Fix some errors from Clang compiler (#4915)Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자9-9/+11
2019-04-03Support GREATER_EQUAL and LESS (#4900)장지섭/On-Device Lab(SR)/Engineer/삼성전자2-1/+43
2019-04-03[neurun] Allow integer list for neurun::operand::Shape (#4909)이상규/On-Device Lab(SR)/Principal Engineer/삼성전자6-20/+12
2019-04-02Remove unused header in cpu backend ReshapeLayer (#4917)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-4/+0
2019-04-02Introduce cpu quant8 fully connected kernel (#4918)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-16/+13
2019-04-01Introduce float softrmax cpu kernel (#4911)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-4/+5
2019-04-01Introduce cpu quant8 convolution kernel (#4910)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자3-99/+51
2019-04-01Introduce float fully connected kernel (#4894)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-24/+33
2019-04-01Introduce cpu float depthwise convolution kernel and backend (#4906)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자2-14/+64
2019-04-01Add assertion for cpu backend shape conversion (#4904)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+3
2019-04-01[neurun] Add validation of ComparisonNode (#4901)장지섭/On-Device Lab(SR)/Engineer/삼성전자2-0/+15
2019-04-01[neurun] Simplify Backend C Interface (#4891)이한종/On-Device Lab(SR)/Engineer/삼성전자7-80/+182
2019-04-01Introduce cpu maxpool kernel (#4897)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-6/+7
2019-03-29Introduce float convolution kernel (#4892)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-21/+16
2019-03-29[neurun] Enable operations using boolean type (#4883)장지섭/On-Device Lab(SR)/Engineer/삼성전자1-5/+38
2019-03-29Revert "[PACL] Apply DepthwiseConvolutionLayer3x3 to DepthwiseConv operation ...윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자3-84/+22