platform/core/ml/nnfw.git
2019-09-02 Сергей Баранников... [nnc] Remove support for Reduce and Pool (#7057)
2019-09-02 윤현식/On-Device... [exo-tflite] functions to build node (#7080)
2019-09-02 윤현식/On-Device... [exo-tflite] Adding knob for AveragePool2D conversion...
2019-09-02 장지섭/On-Device... Enable Floor op for ACL neon (#7100)
2019-09-02 윤현식/On-Device... [exo-tflite] Adding TFLTypeInferenceRule into TypeInfer...
2019-09-02 이상규/On-Device... [tflite_loader] Add Mul and Sub operator (#7099)
2019-09-02 오형석/On-Device... Fix uninitialized field (#7089)
2019-09-02 장지섭/On-Device... Enable Exp op for ACL neon (#7093)
2019-09-02 윤현식/On-Device... [exo-tflite] Change the name of input of TFLRelu (...
2019-09-02 장지섭/On-Device... Apply finding frontend layout of operand (#7065)
2019-09-02 이상규/On-Device... [tflite_loader] implement Relu6 operator (#7068)
2019-09-02 오형석/On-Device... Fix null type reference (#7059)
2019-09-02 윤현식/On-Device... [exo-tflite] Introducing TFLAveragePool2D node (#7054)
2019-09-02 오형석/On-Device... Coverity issue on scheduler (#7072)
2019-09-01 윤현식/On-Device... [exo-tflite] Introducing TFLTypeInference (#7015)
2019-09-01 윤현식/On-Device... [pepper-str] Fix "unused parameter" warning in CI ...
2019-08-30 장지섭/On-Device... Remove unnecessary helper function (#7066)
2019-08-30 장지섭/On-Device... Make ConcatLayers support NCHW frontend layout (#7063)
2019-08-30 이한종/On-Device... [neurun] Use LIB_PTHREAD variable in CMake (#7069)
2019-08-30 장지섭/On-Device... Revert commits related to mutex in acl_cl::Object ...
2019-08-30 Сергей Баранников... [mir_caffe] Switch to AvgPool2D and MaxPool2D ops ...
2019-08-30 오형석/On-Device... Check dladdr return value (#7061)
2019-08-30 오형석/On-Device... Fix unused return value (#7060)
2019-08-30 Сергей Баранников... [mir_onnx] Switch GlobalAveragePool converter to AvgPoo...
2019-08-30 윤현식/On-Device... [exo-tflite] Make "Check.h" to use pepper instead of...
2019-08-30 Сергей Баранников... [mir] Remove operation names (#7016)
2019-08-30 오형석/On-Device... Fix uncatched exception (#7058)
2019-08-30 남궁석/On-Device... [neurun] Resolve Division by zero in Softmax layer...
2019-08-30 윤현식/On-Device... [pepper-str] make a function in header inline (#7043)
2019-08-30 Ivan Vagin... [neurun] Implemented scheduler test with branched graph...
2019-08-30 Ivan Vagin... [neurun] Prettified HE scheduler a little bit (#6982)
2019-08-30 Ivan Vagin... [neurun] Made scheduler to shuffle backends after all...
2019-08-30 김용섭/On-Device... [neurun] Introduce ITensorManager to be used as MemoryM...
2019-08-30 박세희/On-Device... [moco-tf] Delete FixPaddingTransform (#7042)
2019-08-30 박종현/On-Device... [tf2tflite] Enable moco logs via TF2TFLITE_Log_Frontend...
2019-08-30 남궁석/On-Device... [res] Introduce UNIT_Squeeze_003 test (#7039)
2019-08-29 Сергей Баранников... [mir_tflite] Switch to AvgPool2D and MaxPool2D ops...
2019-08-29 Сергей Баранников... [mir_caffe2] Switch to AvgPool2D and MaxPool2D ops...
2019-08-29 Сергей Баранников... [mir_onnx] Switch to AvgPool2D and MaxPool2D ops (...
2019-08-29 Сергей Баранников... [mir2loco] Add support for AvgPool2D and MaxPool2D...
2019-08-29 Сергей Баранников... [mir_tflite] Switch to ReduceMean op (#7004)
2019-08-29 Сергей Баранников... [mir_onnx] Switch to ReduceMean op (#7003)
2019-08-29 Павел Ильютченко... [nnc] Implemented Data Format Switcher (#6932)
2019-08-29 김용섭/On-Device... [neurun] Introduce AclInternalBufferManager class ...
2019-08-29 이상규/On-Device... [neurun] Fix nnfw_output_tensorinfo (#7035)
2019-08-29 박세희/On-Device... [moco-tf] Use logo Pass (#7030)
2019-08-29 박세희/On-Device... [moco-tf] Use loco::NodeShape for inputs (#7008)
2019-08-29 Сергей Баранников... [nnc] Add support for ReduceMean (#7002)
2019-08-29 Сергей Баранников... [nnc] Add support for AvgPool2D and MaxPool2D (#7011)
2019-08-29 박세희/On-Device... [exo-tflite] Placeholders for TFL nodes (#7021)
2019-08-29 윤현식/On-Device... [exo-tflite] Introducing TFLShapeInference (#6991)
2019-08-29 김용섭/On-Device... [neurun] Add iterate() to FunctionSequence (#6977)
2019-08-29 이상규/On-Device... [nnpkg_tool] Revise nnpkg_test and model2nnpkg for...
2019-08-29 이상규/On-Device... [nnpkg_tool] Introduce nncc-tc-to-nnpkg-tc (#7005)
2019-08-29 Сергей Баранников... [mir] Add AvgPool2D and MaxPool2D operations (#6996)
2019-08-29 Сергей Баранников... [mir] Add ReduceMean operation (#6994)
2019-08-29 이상규/On-Device... [nnpkg_tool] Introduce nnpkg_test.sh (#7020)
2019-08-29 김용섭/On-Device... [neurun] Apply InternalBufferManager to RNN on acl_cl...
2019-08-29 박세희/On-Device... [moco-tf] Introduce ProgressReporter (#7013)
2019-08-29 이상규/On-Device... Introduce model2nnpackage (#6976)
2019-08-29 박세희/On-Device... [exo-tflite] Placeholders for TFLNodes.lst (#7019)
2019-08-29 박종현/On-Device... [exo-tflite] Use throw instead of assert (#7006)
2019-08-29 박종현/On-Device... [moco-log] Extract LoggingContext class (#6999)
2019-08-29 박종현/On-Device... [nnkit] Remove empty directories (#6967)
2019-08-29 박세희/On-Device... [moco-tf] Use make_shape_inference_data in fix_shape...
2019-08-29 윤현식/On-Device... [exo-tflite] Enabling OperationExporter to handle TFLNo...
2019-08-29 박세희/On-Device... [moco-tf] Use logo::Pass for Transform (#7000)
2019-08-28 Сергей Баранников... [nnc] Do not set / check names of operations (#6981)
2019-08-28 Сергей Баранников... [mir2loco] Switch to tensor names (#6974)
2019-08-28 Сергей Баранников... [mir_onnx] Do not set names of operations (#6956)
2019-08-28 윤현식/On-Device... [exo-tflite] Macros to wrap assert and std::runtime_err...
2019-08-28 김용섭/On-Device... [neurun] Recover prepare of IFunction (#6975)
2019-08-28 Сергей Баранников... [mir_tflite] Do not set names of operations (#6955)
2019-08-28 Сергей Баранников... [mir_caffe] Do not set names of operations (#6953)
2019-08-28 Сергей Баранников... [mir_onnx] Register Transpose operator converter (...
2019-08-28 Сергей Баранников... [mir_onnx] Add support for auto_pad attribute (#6943)
2019-08-28 Сергей Баранников... [mir_caffe2] Do not set names of operations (#6812)
2019-08-28 윤현식/On-Device... [exo-tflite] ShapeInference support for Custom Op ...
2019-08-28 박세희/On-Device... [mogo-tf] use update_stride_data and update_window_data...
2019-08-28 박세희/On-Device... [moco-tf] make_shape_inference_data from T (#6980)
2019-08-28 윤현식/On-Device... [exo-tflite] Adding visit(locoex::TFLRelu) into Operati...
2019-08-28 윤현식/On-Device... [exo-tflite] introducing TFLConverter class (#6986)
2019-08-28 박세희/On-Device... [moco-tf] Use loco::NodeShape in copy_shapedata (#6984)
2019-08-28 박세희/On-Device... [moco-tf] Introduce as_feature_shape in FixShapeTransfo...
2019-08-28 박세희/On-Device... [logo] Inherit PhaseRunnerMixinObservable (#6985)
2019-08-28 윤현식/On-Device... [exo-tflite] comment for ending namespace (#6979)
2019-08-28 박세희/On-Device... [moco-tf] Fix to use plier::tf::as_data_layout (#6968)
2019-08-28 윤현식/On-Device... [exo-tflite] Function to convert canonical nodes to...
2019-08-28 박세희/On-Device... [logo] Introduce PhaseRunnerMixinObservable (#6971)
2019-08-28 오형석/On-Device... Introduce new NNAPI test generator (#6924)
2019-08-28 박종현/On-Device... [loco] Clean up deprecated FixedArityNode class (#6970)
2019-08-28 박세희/On-Device... [moco-tf] update stride and window data (#6969)
2019-08-28 박세희/On-Device... [moco-tf] introduce node_shape method (#6962)
2019-08-28 이한종/On-Device... [neurun] Fix indentation in DataflowExecutor.cc (#6840)
2019-08-27 Сергей Баранников... [mir] Add Graph::create() overload without 'name' param...
2019-08-27 박종현/On-Device... [nnkit] Clean up redundant requires (#6946)
2019-08-27 윤현식/On-Device... [exo-tflite] TFLRelu uses exo::FixedArityNode (#6952)
2019-08-27 박세희/On-Device... [logo] Introduce PhaseEventListener and enums (#6922)
2019-08-27 박세희/On-Device... [logo] Fix to make same pattern (#6954)
2019-08-27 박세희/On-Device... [moco-tf] introduce make_shape_inference_data (#6960)
next