platform/core/ml/nnfw.git
2019-07-30 박세희/On-Device... [moco-tf] Fix shape for TFMaxPool (#6025)
2019-07-30 박세희/On-Device... [moco-tf] Fix pad for TFMaxPool (#6023)
2019-07-30 Сергей Баранников... [mir] Add support for 0-dimensional tensors (#6039)
2019-07-30 Сергей Баранников... [mir/TFLite importer] Cleanup after changing interface...
2019-07-30 Сергей Баранников... [mir/ONNX importer] Cleanup after changing interface...
2019-07-30 Сергей Баранников... [mir/Caffe importer] Cleanup after changing interface...
2019-07-30 Сергей Баранников... [mir/Caffe2 importer] Cleanup after changing interface...
2019-07-30 오형석/On-Device... Fix format script diff file only (#6007)
2019-07-30 박종현/On-Device... [neurun] Introduce "simple" Subgraph emplace method...
2019-07-30 Дилшоджон Умронхонов... [neurun] Code refactoring of Scheduler::makeRank (...
2019-07-30 박천교/On-Device... [moco-tf] ResolveFusedBatchNorm unit test to generate...
2019-07-30 채성우/On-Device... [moco/tf] Import TFDepthwiseConv2d Op (#6001)
2019-07-30 Сергей Баранников... [nnc] Use `importModel` methods instead of `import...
2019-07-30 Efimov Alexander... DR1 test document (#5890)
2019-07-30 오형석/On-Device... Fix bug in ExecInstance (#6017)
2019-07-30 오형석/On-Device... Replace pylint command (#6002)
2019-07-30 Nikita Sizov... ACL NEON Comparison Node (#5951)
2019-07-30 Nikita Sizov... ACL NEON SqueezeNode (#5944)
2019-07-30 박천교/On-Device... [moco-tf] Reshape shape inference rejects dynamic case...
2019-07-30 오형석/On-Device... Transpose convolution valid padding test (#5998)
2019-07-30 Efimov Alexander... Fix goals for 2019 (#5994)
2019-07-30 오형석/On-Device... Add gtest to prepare multithread execution instance...
2019-07-30 박세희/On-Device... [moco-tf] Replace assert in FuseBinaryIntoPreceding...
2019-07-30 Дилшоджон Умронхонов... [neurun] Remove hiding _indexed_ranks from Dataflow...
2019-07-30 박세희/On-Device... [moco-tf] Import as TFAvgPool with a knob (#6006)
2019-07-30 채성우/On-Device... [moco/tf] DepthwiseConv2D FixShapeTransform bug fix...
2019-07-30 김용섭/On-Device... [neurun] Enable {CL|NE}DepthwiseConvolutionLayer3x3...
2019-07-30 채성우/On-Device... [moco/tf] Add TFNodeSummaryBuilder for DepthwiseConv2dN...
2019-07-30 김용섭/On-Device... [neurun] Enable AclLinearMemoryManager on LinearExecuto...
2019-07-30 박세희/On-Device... [moco-tf] Fix shape and pad for TFAvgPool (#5996)
2019-07-30 김용섭/On-Device... [neurun] Fix preVisit/postVisit for double-concats...
2019-07-30 박종현/On-Device... Mark NNPACK as NOT FOUND if PeachpySource is missing...
2019-07-30 박종현/On-Device... Set PeachpySource as NOT FOUND on failure (#5966)
2019-07-30 박세희/On-Device... [moco-tf] Revise importer test (#5960)
2019-07-29 박세희/On-Device... [moco-tf] Move vector<int64_t> streamout to LogHelper...
2019-07-29 박천교/On-Device... [moco-tf] Import Reshape operation as TF dialect (...
2019-07-29 박세희/On-Device... [moco-tf] Introduce as_tensor_shape with FeatureShape...
2019-07-29 Сергей Баранников... Fix #5978 (#5989)
2019-07-29 Сергей Баранников... [mir/Caffe importer] Introduce `importModel` method...
2019-07-29 Дилшоджон Умронхонов... [neurun] Add fine for scheduling into another backend...
2019-07-29 Сергей Баранников... [mir/TFLite importer] Introduce `importModel` method...
2019-07-29 Сергей Баранников... [mir/ONNX importer] Introduce `importModel` method...
2019-07-29 Сергей Баранников... [mir/Caffe2 importer] Introduce `importModel` method...
2019-07-29 Vladimir Plazun... [neurun] Add custom kernel registry (#5597)
2019-07-29 Сергей Баранников... [nnc] Join `import` and `createIR` methods into `import...
2019-07-29 장지섭/On-Device... Fix unmatched result of tconv in NCHW (#5968)
2019-07-29 박천교/On-Device... [moco-tf] Summary for TFReshape node (#5979)
2019-07-29 박세희/On-Device... [moco-tf] Enable AvgPoolCanonicalizer (#5980)
2019-07-29 박종현/On-Device... [loco] Introduce const Graph getters (#5974)
2019-07-29 박종현/On-Device... [loco] Remove unused input_nodes helper (#5972)
2019-07-29 박종현/On-Device... [loco] Input/Output Index from Push/Pull node (#5961)
2019-07-29 박세희/On-Device... [moco-tf] Introduce TFMaxPool IR (#5975)
2019-07-29 박종현/On-Device... [neurun] Always notify ExecutionObserver (#5958)
2019-07-29 오형석/On-Device... Fix format error in moco-tf (#5970)
2019-07-29 채성우/On-Device... [moco/tf] Introduce TFDepthwiseConv2D IR. (#5912)
2019-07-29 오형석/On-Device... Remove sinks and sources member in ExecutorBase (#5885)
2019-07-29 김용섭/On-Device... [neurun] Remove unnecessary class and verbose code...
2019-07-29 오형석/On-Device... Unified dockerfile (#5925)
2019-07-29 오형석/On-Device... Fix CRLF new line (#5959)
2019-07-29 이한종/On-Device... [neurun] Rename functions in TemplTensorBuilder (#5943)
2019-07-29 Nikita Sizov... Mock ACL NEON nodes for further implementations (#5942)
2019-07-29 Сергей Баранников... Remove .FORMATDENY files from properly formatted direct...
2019-07-29 장지섭/On-Device... Support activation operations for acl neon (#5932)
2019-07-29 윤현식/On-Device... [res/TensorFlowTests] Modify Custom Op user data (...
2019-07-29 Efimov Alexander... DR1 RNN requirements (#5772)
2019-07-29 Efimov Alexander... Dr1 development document (#5646)
2019-07-29 윤현식/On-Device... [moco-tf] remove ModelMetainfo.proto (#5940)
2019-07-28 박천교/On-Device... [moco-tf] Implement shape inference for TFReshape ...
2019-07-28 박종현/On-Device... [loco] Support traversal to Graph from Node (#5910)
2019-07-26 Сергей Баранников... Extract importers out of nnc (#5900)
2019-07-26 Павел Ильютченко... [mir2loco] Support Pooling operations (#5846)
2019-07-26 Сергей Баранников... [nnc] Cleanup after separating importers (#5902)
2019-07-26 Сергей Баранников... Reformat mir importers (#5904)
2019-07-26 이상규/On-Device... [neurun] Fix load_model_from_file (#5928)
2019-07-26 김용섭/On-Device... [neurun] Remove unnecessary methods of ITensorBuilder...
2019-07-26 Дилшоджон Умронхонов... [neurun] Introduce OperationIndexMap as Operand has...
2019-07-26 박종현/On-Device... [neurun] Generalize ExecutionObserver interface design...
2019-07-26 박천교/On-Device... [moco-tf] Apply plier-tf to AvgPoolCanonicalizer (...
2019-07-26 윤현식/On-Device... [moco-tf] Applying plier-tf (#5891)
2019-07-26 오형석/On-Device... Remove exceptional case in python style check (#5917)
2019-07-26 김용섭/On-Device... [neurun] Enable handling subtensors for notify{First...
2019-07-26 오형석/On-Device... Format check for diff file with master (#5916)
2019-07-26 박종현/On-Device... [neurun] Selective HI_PERF_CPU backend build (#5913)
2019-07-26 김용섭/On-Device... [neurun] Apply acl internal buffer manager into KernelG...
2019-07-26 김용섭/On-Device... [neurun] Append acl_memory_manager method into TemplTen...
2019-07-26 김용섭/On-Device... [neurun] Revise planTensors of Linear (#5882)
2019-07-25 남궁석/On-Device... [mocotest-tf] Add TF_SMALL_NET_0005 test (#5888)
2019-07-25 박세희/On-Device... [loco] Fix canonical node list (#5893)
2019-07-25 박종현/On-Device... [tf2tflite] Enable Relu6_000 test (#5886)
2019-07-25 박세희/On-Device... [moco-tf] Introduce AvgPool Canonicalizer (#5819)
2019-07-25 김용섭/On-Device... [neurun] Append preVisit and postVisit to ITensorBuilde...
2019-07-25 박종현/On-Device... [exo-tflite] Support ReLU6 (#5884)
2019-07-25 박세희/On-Device... [moco-tf] Revise Indentity GraphBuilder (#5855)
2019-07-25 윤현식/On-Device... [plier/tf] Move more func from current version of moco...
2019-07-25 박종현/On-Device... [loco] Support ReLU6 type inference (#5877)
2019-07-25 윤현식/On-Device... [plier/tf] remove macro that does not fit with plier...
2019-07-25 박천교/On-Device... [res] Add test for endmost part of Inception V3 (#5834)
2019-07-25 김용섭/On-Device... [neurun] Make visitor for Subgraph override in KernelGe...
2019-07-25 박세희/On-Device... [moco-tf] Rename file and GraphBuilder name for MaxPool...
2019-07-25 Дилшоджон Умронхонов... Code refactoring Scheduler except makeRank method ...
next