platform/core/ml/nnfw.git
2019-11-18 이한종/On-Device... [neurun] Extract out Observee from Executor (#8970)
2019-11-18 오형석/On-Device... [neurun/interp] Use model opcode enum (#8999)
2019-11-18 오형석/On-Device... [nnpackage-run] Backend resolve for operation type...
2019-11-18 이한종/On-Device... Revert "[neurun] Fix for const model ouput (#8799)...
2019-11-18 박천교/On-Device... [exo] Remove specialized visitor fallback (#8980)
2019-11-18 이한종/On-Device... [neurun] Introduce OpCode enum type (#8977)
2019-11-18 박천교/On-Device... [exo] Extract out set_new_shape() for TFLReshape (...
2019-11-18 이한종/On-Device... [neurun] Fix for const model ouput (#8799)
2019-11-18 이한종/On-Device... [neurun] Remove useless dependency in Operation (#8971)
2019-11-17 박천교/On-Device... [exo] Selective TFLNode summary impl (#8968)
2019-11-15 Sergei Barannikov... [neurun] Remove unnecessary map in base_loader (#8955)
2019-11-15 Sergei Barannikov... [neurun] Remove unnecessary maps in base_loader (#8953)
2019-11-15 박천교/On-Device... [exo] Rename opname to tfl_opname explicitly (#8964)
2019-11-15 박천교/On-Device... [exo] Export CircleInstanceNorm (#8961)
2019-11-15 이한종/On-Device... [neurun] Fix indentation of DataflowExecutor (#8966)
2019-11-15 박천교/On-Device... [exo] Good to remove TODO comment (#8965)
2019-11-15 윤현식/On-Device... [dredd-rule-lib] functions to check error conditions...
2019-11-15 박천교/On-Device... [exo] Rename FormattedGraph file name (#8951)
2019-11-15 박천교/On-Device... [exo] Type and Shape inference for Circle dialect ...
2019-11-15 박천교/On-Device... [exo] Visit CircleNode to export operation (#8948)
2019-11-15 장지섭/On-Device... Fix a bug of tconv layer of ncnn (#8947)
2019-11-14 박천교/On-Device... [exo] Remove unused stdex header (#8952)
2019-11-14 Alexander Efimov... [mir-onnx-importer] Fix paddings during import (#8893)
2019-11-14 Pavel Iliutchenko... [nnc/interpreter] Quantized kernels for supporting...
2019-11-14 Pavel Iliutchenko... [mir-tflite-importer] Support fused bias on FullyConnec...
2019-11-14 Vladimir Plazun... [nnc] make interpreter faster in debug (#8931)
2019-11-14 오형석/On-Device... [runtime/gbs] Fix coverage build (#8940)
2019-11-14 박천교/On-Device... [exo] Circle IR for Instance norm (#8878)
2019-11-14 박세희/On-Device... [moco] Introduce find_node_byname (#8938)
2019-11-14 윤현식/On-Device... [dredd] applying error handling code to runner.sh ...
2019-11-14 Dilshodzhon... Refactory benchmark scripts to unify (#8838)
2019-11-14 Sergei Barannikov... Disable ABI compatibility warning (#8625)
2019-11-14 박세희/On-Device... Compiler: remove ENABLE_CONTRIB_BUILD cmake option...
2019-11-14 Sergei Barannikov... [neurun] Eliminate OperandIndex in Split::Param (#8917)
2019-11-14 이상규/On-Device... [nnpkg_tools] remove debug print and unnecessary line...
2019-11-14 Sergei Barannikov... [neurun] Eliminate OperandIndex in StridedSlice::Param...
2019-11-14 Sergei Barannikov... [neurun] Eliminate OperandIndex in TopKV2::Param (...
2019-11-14 이상규/On-Device... [pb2nnpkg] introduce pb_select_graph (#8936)
2019-11-14 박세희/On-Device... [moco] Set name for TFNode when importing (#8933)
2019-11-14 이상규/On-Device... [nnpkg-tools] introduce pb2nnpkg (#8920)
2019-11-14 이한종/On-Device... [neurun] Inline one-liner of ProfileObserver (#8914)
2019-11-13 박세희/On-Device... [moco] Add TFNode name attribute (#8927)
2019-11-13 Pavel Iliutchenko... [mir] FullyConnected ctor with fused bias (#8668)
2019-11-13 박세희/On-Device... [moco] Test for TFNode name attribute (#8922)
2019-11-13 윤현식/On-Device... [tf2tflite_dredd_pbtxt_test] error handling using trap...
2019-11-13 오형석/On-Device... [runtime/gbs] Revise nnfw.spec for tizen runtime rpm...
2019-11-12 Pavel Iliutchenko... [mir2loco] Introduce Transpose op transformer (#8871)
2019-11-12 이한종/On-Device... [neurun] Verbose exception message for Backends (#8901)
2019-11-12 오형석/On-Device... [runtime/pkg] Create runtime package in Makefile (...
2019-11-12 Sergei Barannikov... Fix warnings generated for Index class (#8626)
2019-11-12 이한종/On-Device... [nnfwapi] Verbose error message on model load (#8890)
2019-11-12 윤현식/On-Device... [tf2tflite-dredd-pbtxt-test] Error handling for runner...
2019-11-12 윤현식/On-Device... [exo] Revising convert(..) method using DomainConverter...
2019-11-12 이한종/On-Device... [neurun] Remove depedency on nnapi-header (#8889)
2019-11-11 Alexander Efimov... [onnx2circle] Initial version of onnx2circle (#8872)
2019-11-11 Alexander Efimov... [logo] Fix SimplifyDomainConversionPass (#8874)
2019-11-11 윤현식/On-Device... [tf2circle-dredd-pb-test] Introducing tf2circle-dredd...
2019-11-11 윤현식/On-Device... [tf2tflite-dredd-pb-test] remove nncc_find_resource...
2019-11-11 윤현식/On-Device... [circle-inspect] Adding "--conv2d_weight" support ...
2019-11-11 윤현식/On-Device... [tf2circle-dredd-pbtxt-test] Introducing tf2circle...
2019-11-11 장지섭/On-Device... Add TODO comment into IConstantInitializer. (#8880)
2019-11-11 오형석/On-Device... [runtime] Remove default LD_LIBRARY_PATH (#8876)
2019-11-11 박천교/On-Device... [exo] FusedActFunc as Circle NodeMixin (#8877)
2019-11-11 오형석/On-Device... [nnfw/cmd] Revise workspace setting in command (#8844)
2019-11-11 박천교/On-Device... [exo] Delete removable headers for NodeImpl (#8818)
2019-11-11 윤현식/On-Device... [dredd-lib-rule] Adding rule function for 'verify'...
2019-11-10 윤현식/On-Device... [tf2tflite-dredd-pb-test] Modified just like tf2tflite...
2019-11-08 Pavel Iliutchenko... [mir] Introduce new HardSwish operation (#8790)
2019-11-08 Alexander Efimov... [docs] Clarify test cases in STD documentation (#8848)
2019-11-08 윤현식/On-Device... [dredd-rule-lib] Using env var name independent of...
2019-11-08 윤현식/On-Device... [tf2tflite-dredd-pbtxt] adding env vars independent...
2019-11-08 이한종/On-Device... [neurun] Rename operation name getter (#8857)
2019-11-08 이한종/On-Device... [neurun] Support ReduceSum from BaseLoader (#8852)
2019-11-08 윤현식/On-Device... [dredd-rule-lib] Cleaning the output of rule-lib.sh...
2019-11-08 윤현식/On-Device... [tf2tflite-dredd-pbtxt-test] Adding tfl-verify (#8861)
2019-11-08 윤현식/On-Device... [tf2tflite-dredd-pbtxt-test] Using rule-lib.sh in dredd...
2019-11-08 이한종/On-Device... [nnfw] Rename singleton object getter (#8853)
2019-11-08 박세희/On-Device... [circle-inspect] Add verify model file (#8849)
2019-11-08 남궁석/On-Device... [exo-circle] Add missing fusedActivationFunction (...
2019-11-08 윤현식/On-Device... [dredd-rule-lib] Introducing dredd-rule-lib (#8833)
2019-11-08 윤현식/On-Device... [exo] Adding InputHandler for converters that perform...
2019-11-08 장지섭/On-Device... Remove `Node` from tests and doc (#8854)
2019-11-08 오형석/On-Device... [ncnn] Set default backend layout to NCHW (#8851)
2019-11-08 이성재/On-Device... Update document (#8803)
2019-11-08 이한종/On-Device... [neurun] Remove IsNnapi field from Operations.lst ...
2019-11-08 이한종/On-Device... [neurun] Support BatchToSpaceND from BaseLoader (#8837)
2019-11-08 이상규/On-Device... [tflite2circle] Introduce fuse_instance_norm (#8452)
2019-11-08 장지섭/On-Device... Fix an error that occurs in a tensor with rank 0 (...
2019-11-08 오형석/On-Device... [CI/script] Update ncnn backend test (#8830)
2019-11-08 오형석/On-Device... [CI/script] Update coverage test script (#8840)
2019-11-08 윤현식/On-Device... [exo] remove unused code from ShapeInference and TypeIn...
2019-11-07 Pavel Iliutchenko... [mir-tflite-importer] TFLite frontend schema upgrade...
2019-11-07 박세희/On-Device... [tfl-inspect] Fix for invalid file segfault (#8836)
2019-11-07 박세희/On-Device... [tfl-verify] enable tflite file verify (#8829)
2019-11-07 박종현/On-Device... Set white list for NNAS Host Toolcahin Build (#8823)
2019-11-07 오형석/On-Device... [runtime] Use target overlay directory for acl (#8812)
2019-11-07 박세희/On-Device... [moco] Enable FakeQuantWithMinMaxVars import (#8828)
2019-11-07 박종현/On-Device... [tf2nnpkg] Introduce --use-tf2circle option (#8793)
2019-11-07 박세희/On-Device... [tfl-verify] dummy driver (#8825)
2019-11-07 장지섭/On-Device... Make ncnn backend to support DepthwiseConv2D in row...
next