summaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)AuthorFilesLines
2019-09-17[locomotiv] Simplify ReLU6 implementation (#7506)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+15
2019-09-17[loco] Type inference for TransposedConv2D (#7508)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+1
2019-09-17[mocotest-tf] Add regular testcases (#7488)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+9
2019-09-17[loco] TransposedConv2D test case (#7498)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+40
2019-09-17[exo-tflite] Modifying logging of each TFL nodes (#7507)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-11/+25
2019-09-17[locomotiv] Erase annotated data before execute (#7496)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자21-23/+2
2019-09-17[exo-tflite] Comment for TensorBroadcast (#7473)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+2
2019-09-17[exo-tflite] Resolve TensorBroadcast for Mul (#7491)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-2/+13
2019-09-17[exo-tflite] adding FeatureBiasAdd converter (#7467)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+117
2019-09-17[moco-tf] Broadcast shape for FixShape (#7487)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+100
2019-09-17[exo-tflite] Add EltwiseMul and TensorBroadcast to Convert list (#7474)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+8
2019-09-17[exo-tflite] Shape and Type inference for TFLMul (#7470)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+10
2019-09-17[exo-tflite] Test of broadcast algorithm (#7471)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+76
2019-09-17[loco] Delete deprecated Pad.h (#7466)채성우/On-Device Lab(SR)/Engineer/삼성전자1-22/+0
2019-09-17[moco-tf] Introduce as_node_shape (#7476)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+23
2019-09-16[nnc] Remove backend passes (#7486)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자99-117/+91
2019-09-16[locomotiv] Clean up eltwise binary nodes (#7465)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-229/+0
2019-09-16[loco] Introduce TensorAxisSet (#7444)남궁석/On-Device Lab(SR)/Engineer/삼성전자2-0/+61
2019-09-16[exo-tflite] Convert EltwiseMul (#7459)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+124
2019-09-16[exo-tflite] Converter for TensorBroadcast IR (#7432)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+182
2019-09-16[exo-tflite] Add EltwiseConverter to conversion list (#7463)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+4
2019-09-16[locomotiv] Introduce Eltwise Binary Node Helper (#7461)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자6-0/+108
2019-09-16[moco-tf] Remove unused includes (#7462)박천교/On-Device Lab(SR)/Engineer/삼성전자2-7/+0
2019-09-16[exo-tflite] adding knob for loco::FeatureBiasAdd (#7460)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-16[loco] Adding shape inference for loco::BiasDecode (#7456)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+15
2019-09-16[loco] Adding type inference for loco::BiasDecode (#7455)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+1
2019-09-16[moco-tf] Add TFFormattedGraph for TFMean (#7453)남궁석/On-Device Lab(SR)/Engineer/삼성전자1-0/+10
2019-09-16[exo-tflite] Adding AvgPool2DConverter into convert.cpp (#7389)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+5
2019-09-16[moco-tf] Replace Pad.h with Padding2D.h (#7438)채성우/On-Device Lab(SR)/Engineer/삼성전자2-2/+2
2019-09-16[loco] PlaneInference by direction (#7452)박천교/On-Device Lab(SR)/Engineer/삼성전자1-5/+13
2019-09-16[moco-tf] Remove unused in Conv2D and DWConv2D (#7451)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자4-22/+0
2019-09-16[exo-tflite] Handle export for TensorBroadcast (#7450)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+6
2019-09-16[exo-tflite] Export for TFLMul (#7449)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-2/+13
2019-09-16[loco] make_HWCN_perm helper (#7442)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+15
2019-09-16[locomotiv] Introduce UserData (#7397)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자6-6/+149
2019-09-16[moco-tf] Clean up deprecated code (#7398)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-271/+0
2019-09-16[loco] Context-based ForwardShapeInferenceAlgorithm (#7431)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-3/+28
2019-09-16[locop] Show TensorShape if possible (#7437)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+67
2019-09-16[loco] In PlaneInference, fix public memebers to private (#7448)박천교/On-Device Lab(SR)/Engineer/삼성전자1-1/+1
2019-09-16[loco] Introduce DialectService (#7439)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-1/+126
2019-09-16[exo-tflite] Knob for convert EltwiseMul and TensorBroadcast (#7443)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+2
2019-09-16[exo-tflite] Adding optimization passes (#7402)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+8
2019-09-16[moco-tf] TF dialect TFConv2DBackpropInput (#7401)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+108
2019-09-16[locomotiv] Support TransposedConv2D (#7348)박천교/On-Device Lab(SR)/Engineer/삼성전자3-0/+335
2019-09-16[exo-tflite] Test graph builder (#7399)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+89
2019-09-16[moco-tf] Use getter input and filter for Conv2D (#7445)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자11-38/+38
2019-09-16[moco-tf] input setters for DepthwiseConv2dNative (#7441)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+11
2019-09-16[exo-tflite] shape inference for broadcast and TFLAdd (#7429)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+72
2019-09-16[exo-tflite] Introduce TFLMul (#7430)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자4-4/+34
2019-09-16[moco-tf] input setters for Conv2D (#7433)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+11