summaryrefslogtreecommitdiff
path: root/compiler/loco
AgeCommit message (Expand)AuthorFilesLines
2019-09-17[loco] Introduce GraphOutputIndexQueryService (#7479)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-3/+71
2019-09-17[loco] Extend CanonicalShapeInferenceRule with v2 API (#7468)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-3/+113
2019-09-17[loco] Type inference for TransposedConv2D (#7508)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+1
2019-09-17[loco] TransposedConv2D test case (#7498)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+40
2019-09-17[loco] Delete deprecated Pad.h (#7466)채성우/On-Device Lab(SR)/Engineer/삼성전자1-22/+0
2019-09-16[loco] Introduce TensorAxisSet (#7444)남궁석/On-Device Lab(SR)/Engineer/삼성전자2-0/+61
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[loco] PlaneInference by direction (#7452)박천교/On-Device Lab(SR)/Engineer/삼성전자1-5/+13
2019-09-16[loco] make_HWCN_perm helper (#7442)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+15
2019-09-16[loco] Context-based ForwardShapeInferenceAlgorithm (#7431)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-3/+28
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[loco] Replace Pad.h with Padding2D.h (#7440)채성우/On-Device Lab(SR)/Engineer/삼성전자2-2/+2
2019-09-16[loco] Rename Pad class to Padding2D (#7395)채성우/On-Device Lab(SR)/Engineer/삼성전자2-54/+66
2019-09-11[loco] Add TransposedConv2DLayer for test GraphBuilder (#7392)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+30
2019-09-11[loco] Introduce Matrix Domain with its codecs (#7271)Павел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자11-0/+527
2019-09-11[loco] Rename existing Pad class (#7393)채성우/On-Device Lab(SR)/Engineer/삼성전자3-18/+18
2019-09-11[loco] add alias before renaming pad class (#7377)채성우/On-Device Lab(SR)/Engineer/삼성전자1-0/+2
2019-09-11[loco] Remove unused member of FeatureEncodeLayer (#7344)박천교/On-Device Lab(SR)/Engineer/삼성전자1-3/+0
2019-09-11[loco] Add FilterEncodeLayer for test GraphBuilder (#7343)박천교/On-Device Lab(SR)/Engineer/삼성전자1-0/+38
2019-09-10[loco] TransposedConv2D canonical IR (#7269)박천교/On-Device Lab(SR)/Engineer/삼성전자3-0/+95
2019-09-10[loco] Refactor eltwise_binary_node_shape (#7296)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-13/+14
2019-09-10[loco] Do not invoke global shape_known helper (#7297)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+2
2019-09-10[loco] Implement Type/Shape Inference for TensorBroadcast (#7306)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자6-0/+111
2019-09-09[loco] Add LEP_000 document (#7128)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+116
2019-09-09[loco] Implement TensorBoradcast::Mapping methods (#7279)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자2-0/+32
2019-09-09[loco] Introduce ShapeInferenceRule v2 API (#7265)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-0/+63
2019-09-09[loco] Introduce TensorBroadcast node (#7262)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-0/+59
2019-09-06[loco] Do NOT invoke shape_get directly (#7231)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-33/+30
2019-09-05[loco] Enhancing TypeInference::to() (#7206)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-7/+34
2019-09-05[loco] Introduce TensorAxis header (#7188)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+49
2019-09-05[loco] Revise shape inference condition (#7161)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+25
2019-09-04[loco] Introducing BiasDecode (#7158)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+14
2019-09-04Add missing copyright in GraphTestcase.h (#7145)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+16
2019-09-03[loco] Add bool return type for shape infer to() (#7131)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+7
2019-08-28[loco] Clean up deprecated FixedArityNode class (#6970)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-39/+5
2019-08-26[loco] Remove unused methods from Push (#6904)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자2-21/+0
2019-08-26[loco] Clean up deprecated CanonicalNodeImpl (#6903)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자2-9/+1
2019-08-26[loco] fix MultiDialectShapeInferenceRule.test (#6913)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+6
2019-08-22[loco] Introduce Tanh Operation (#6830)남궁석/On-Device Lab(SR)/Engineer/삼성전자4-0/+18
2019-08-21[loco] Remove "node" method from Graph Input/Output (#6759)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-61/+6
2019-08-20[loco] Implement DepthwiseConv2D shape inference (#6569)채성우/On-Device Lab(SR)/Engineer/삼성전자2-1/+70
2019-08-20[loco] Introduce push_node/pull_node helper (#6684)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-0/+40
2019-08-19[loco] Introduce DepthwiseConv2D Layer (#6662)채성우/On-Device Lab(SR)/Engineer/삼성전자2-18/+107
2019-08-19[loco] Introduce DepthwiseFilerEncode layer (#6668)채성우/On-Device Lab(SR)/Engineer/삼성전자1-0/+37
2019-08-19[loco] Eq operato for NodeShape (#6661)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+70
2019-08-19[loco] Introduce constgen layer (#6645)채성우/On-Device Lab(SR)/Engineer/삼성전자3-16/+33
2019-08-14[loco] add ctor of DepthwiseFilter PermutingEncoder (#6627)채성우/On-Device Lab(SR)/Engineer/삼성전자2-0/+32
2019-08-14[loco] Clean up GraphTestcase (#6613)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-93/+0