summaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)AuthorFilesLines
2019-09-06[exo-tflite] Adding ReluConverter into convert_to_TFLNodes() (#7257)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+12
2019-09-06[moco-tf] Skip canonical node fix shape (#7244)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-2/+4
2019-09-06[moco-tf] Fix SquaredDifferenceCanonicalizer (#7245)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+21
2019-09-06[moco-tf] Remove unused ForwardShapeInferenceAlgorithm (#7246)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-109/+2
2019-09-06Introduce bino (#7247)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자5-0/+143
2019-09-06[exo-tflite] change TODO (TFL node list to canonical node list) (#7256)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-16/+18
2019-09-06[loco] Do NOT invoke shape_get directly (#7231)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-33/+30
2019-09-06[locop] Introduce ExampleGraph (#7229)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자2-23/+75
2019-09-06[moco-tf] Remove canonical concat axis test (#7230)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-146/+0
2019-09-05[mir] Add dumpGraph function (#7242)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자2-0/+10
2019-09-05[mir] Revive IVisitor in proper way (#6657)Alexander Efimov/AI Tools Lab/./Samsung Electronics9-10/+81
2019-09-05[nnc] Add missing include (#7241)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-0/+1
2019-09-05[mir2loco] Add missing include (#7240)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-0/+1
2019-09-05[mir] Make Shape constructor explicit (#7239)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자2-5/+4
2019-09-05[nnc] Remove conversions of strides vector to Shape (#7237)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자8-27/+47
2019-09-05[mocotest-tf] Enable UNIT_StopGradient_001 (#7224)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+1
2019-09-05[tf2tflite] Enable UNIT_StopGradient_001 (#7223)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+1
2019-09-05[exo-tflite] introducing TypeInferencePass (#7225)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+88
2019-09-05[exo-tflite] Introducing ProgressReporter listner (#7221)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+137
2019-09-05[exo-tflite] Adding list of converters as TODO (#7228)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-4/+22
2019-09-05[exo-tflite] Prepare slots for template initialization (#7227)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+16
2019-09-05[moco-tf] Return for ShapeInferencePass (#7220)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+1
2019-09-05[moco-tf] Use loco::shape in import (#7217)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+7
2019-09-05[loco] Enhancing TypeInference::to() (#7206)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-7/+34
2019-09-05[exo-tflite] Introducing ReluConverter (#7216)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-3/+131
2019-09-05[moco-tf] Skip FuseBinaryIntoPreceding on Scalar (#7219)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-0/+5
2019-09-05[locop] Use shared FormattedTensorShape (#7212)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-42/+5
2019-09-05[locop] Show value domain (#7202)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-1/+37
2019-09-05[moco_tf] Do shape and type inference in TFOptimizer (#7215)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+3
2019-09-05[exo-tflite] introducing ShapeInferencePass (#7214)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+89
2019-09-05[exo-tflite] type inference for TFLRelu (#7208)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+4
2019-09-05[exo-tflite] shape inference for TFLRelu (#7210)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+6
2019-09-05[locoex] Enhance COpTypeInference test (#7204)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-2/+10
2019-09-05[moco-tf] Use ShapeInferenceData for rule (#7184)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+9
2019-09-05[exo-tflite] Added TODO for each TFL Nodes in shape & type inference code (#7...윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+68
2019-09-05[loco] Introduce TensorAxis header (#7188)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자3-2/+49
2019-09-05[locop] NodeSummary with Comments (#7193)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-1/+44
2019-09-05Introduce tfts v0.1 (#7165)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자4-0/+107
2019-09-05[exo-tflite] Remove TFLShapeAnnot and TFLTypeAnnot (#7197)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자6-166/+7
2019-09-05[locop] Remove symbol_lookup helper (#7196)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-9/+2
2019-09-05[loco] Revise shape inference condition (#7161)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+25
2019-09-04[mir_caffe2] Reshape bias for Convolution (#7170)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-1/+3
2019-09-04[mir] Change type of strides parameter (#7179)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자6-41/+41
2019-09-04[nnc] Change type of strides argument (#7177)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자4-12/+13
2019-09-04[mir_tflite] Change type of strides argument (#7176)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-4/+3
2019-09-04[mir2loco] Change type of strides argument (#7178)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-4/+4
2019-09-04[mir_caffe] Change type of strides argument (#7175)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-6/+7
2019-09-04[mir_caffe2] Change type of strides argument (#7174)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-6/+6
2019-09-04[mir_onnx] Change type of strides argument (#7173)Сергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자1-5/+4
2019-09-04[loco] Introducing BiasDecode (#7158)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-0/+14