summaryrefslogtreecommitdiff
path: root/compiler/exo-tflite
AgeCommit message (Expand)AuthorFilesLines
2019-09-17[exo-tflite] Introducing locoex::TFLConst (#7519)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자4-1/+76
2019-09-17[exo-tflite] Enhancing TestGraph.h (#7469)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-4/+31
2019-09-17[exo-tflite] Introduce Div and Sub (#7514)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자4-8/+66
2019-09-17[exo-tflite] Renaming get_knob -> get (#7510)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자4-10/+10
2019-09-17[exo-tflite] Modifying logging of each TFL nodes (#7507)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-11/+25
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[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-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[exo-tflite] adding knob for loco::FeatureBiasAdd (#7460)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-16[exo-tflite] Adding AvgPool2DConverter into convert.cpp (#7389)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+5
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[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[exo-tflite] Test graph builder (#7399)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+89
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[exo-tflite] Adding MaxPool2DConverter into convert.cpp (#7400)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-2/+4
2019-09-11[exo-tflite] Make unit test use perm initialized with NHWC layout (#7396)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-4/+4
2019-09-11[exo-tflite] Introducing MaxPool2DConverter (#7387)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+110
2019-09-11[exo-tflite] Rename existing Pad class (#7388)채성우/On-Device Lab(SR)/Engineer/삼성전자4-5/+5
2019-09-11[exo-tflite] Fix wrong ifdef guard (#7391)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-3/+3
2019-09-11[exo-tflite] exporting TFLMaxPool2D (#7382)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-20/+41
2019-09-11[exo-tflite] Introduce TensorShapeExpander (#7373)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-0/+39
2019-09-11[exo-tflite] Adding ReluConverter test (#7287)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+167
2019-09-11[exo-tflite] introducing knob for TFLMaxPool2D (#7376)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-11[exo-tflite] Adding AvgPool2DConverter (#7317)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+122
2019-09-11[exo-tflite] TypeInference for TFLMaxPool2D (#7350)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+4
2019-09-11[exo-tflite] shape inference for TFLMaxPool2D (#7374)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+4
2019-09-11[exo-tflite] shape inference for TFLAveragePool2D (#7345)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+219
2019-09-11[exo-tflite] Convert for EltwiseAdd (#7353)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자3-1/+124
2019-09-11[exo-tflite] Type inference for TFLAdd (#7354)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-10[exo-tflite] Modifying TODO in knob.lst (#7347)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-13/+16
2019-09-10[exo-tflite] Adding TFLAveragePool2D into OperationExporter (#7315)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-2/+24
2019-09-10[exo-tflite] Rename ConvertAdd (#7323)박세희/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-10[exo-tflite] Moving Knob check of each converter into convert.cpp (#7303)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-13/+5
2019-09-10[exo-tflite] Putting all converts header file into one header file (#7305)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자2-1/+41
2019-09-10[exo-tflite] adding `const` to TFLNodes.h (#7307)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-5/+5
2019-09-10[exo-tflite] type inference of TFLAveragePool2D (#7314)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+4
2019-09-10[exo-tflite] change knob name for loco::AvgPool2D (#7316)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+1
2019-09-09[exo-tflite] Move Convert.h/cpp, GraphBlock.h/cpp to src (#7291)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자5-9/+9
2019-09-09[exo-tflite] Adding test assert into TFLTypeInferenceRuleTest (#7284)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+20
2019-09-09[exo-tflite] Adding test assert into TFLShapeInferenceRuleTest (#7283)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+25
2019-09-09[exo-tflite] Attaching progress reporter into convert_to_TFLNodes() (#7280)윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자1-1/+5