platform/core/ml/nnfw.git
2019-06-17 박천교/On-Device... [loco exporter] Parse and export graph I/O name (#3803)
2019-06-17 박종현/On-Device... [locop] Introduce SymbolTable alias (#3794)
2019-06-14 박종현/On-Device... [loco] File-level comments for tensorflow.test.cpp...
2019-06-14 박종현/On-Device... [loco] Introduce TensorBiasAdd node (#3783)
2019-06-14 박천교/On-Device... [loco exporter] FeatureCodec identity export (#3795)
2019-06-14 박세희/On-Device... [moco/tf] simplify adding annotation cleaning (#3796)
2019-06-14 박세희/On-Device... [moco/tf] use auto for types in FixShapeTransform ...
2019-06-14 박세희/On-Device... [moco/tf] Implement pad fixing for AvgPool2D (#3790)
2019-06-14 윤현식/On-Device... [moco/tf] Conv2D test for the 1st Conv2D in inception...
2019-06-14 박종현/On-Device... [tf2tflite] Fix build break (#3786)
2019-06-14 박세희/On-Device... [moco/tf] implement fix shape for avgpool2d (#3777)
2019-06-14 윤현식/On-Device... [moco/tf] Make moco to use TensorName class (#3781)
2019-06-14 박종현/On-Device... [tf2tflite] Initial commit (#3779)
2019-06-14 박세희/On-Device... [moco/tf] add AvgPool test model (#3774)
2019-06-14 박종현/On-Device... [loco] Introduce BiasEncode (#3766)
2019-06-14 윤현식/On-Device... [moco/tf] TensorName class to represent the name of...
2019-06-14 박세희/On-Device... [moco/tf] Add shapeinfdata feature get,set (#3769)
2019-06-14 Ivan Vagin... [loco exporter] Implement loco exporter v0.1 (#3737)
2019-06-14 박세희/On-Device... [moco/tf] Introduce AvgPool2D node builder (#3772)
2019-06-14 박종현/On-Device... [loco] Canonical Node Visitor with default implementati...
2019-06-14 박종현/On-Device... [locop] Show correct opname for canonical dialect ...
2019-06-14 박세희/On-Device... [moco/tf] Introduce str_toupper (#3770)
2019-06-13 박세희/On-Device... [moco/tf] add missing fix_padding (#3764)
2019-06-13 박세희/On-Device... [moco/tf] clean padding annotation (#3760)
2019-06-13 윤현식/On-Device... [moco/tf] basic Conv2D (padding not yet implemented...
2019-06-13 박종현/On-Device... [locop] Initial commit (#3756)
2019-06-13 박종현/On-Device... [loco] Canonical Nodes (#3759)
2019-06-13 박세희/On-Device... [moco/tf] Introduce PaddingData (#3755)
2019-06-13 박종현/On-Device... [loco] Introduce CanonicalNodeVisitor (#3748)
2019-06-13 박세희/On-Device... [moco/tf] Introduce empty FixPaddingTransform (#3754)
2019-06-13 박종현/On-Device... [loco_exporter] Initial commit (#3757)
2019-06-12 윤현식/On-Device... [loco] Helper function to check equality of two dims...
2019-06-12 박세희/On-Device... [moco/tf] make copy_shape_values as template (#3745)
2019-06-12 박종현/On-Device... [loco] Remove outdated comments in Nodes.h (#3746)
2019-06-12 박종현/On-Device... [loco] Expose verifier and codec through loco.h (#3749)
2019-06-12 윤현식/On-Device... [moco/tf] class storing user-provided compiler argument...
2019-06-12 윤현식/On-Device... [locomotiv] Conv2D (padding is not yet added) (#3725)
2019-06-12 윤현식/On-Device... [moco/tf] a test case for Conv2D (#3728)
2019-06-12 박종현/On-Device... [loco] Introduce CanonicalNode interface (#3743)
2019-06-12 박천교/On-Device... [locomotiv] Add MaxPool2D test case for padding (#3742)
2019-06-12 박세희/On-Device... [moco/tf] Clean frontend annotations (#3740)
2019-06-12 박종현/On-Device... [loco] Introduce CanonicalOpcode enum class (#3741)
2019-06-11 박세희/On-Device... [moco/tf] Test case for Concat axis with -1 (#3721)
2019-06-11 박종현/On-Device... [loco] Extend Node with dialect method (#3730)
2019-06-11 박세희/On-Device... [moco/tf] Enable concat inference test (#3724)
2019-06-11 박세희/On-Device... [loco] Introduce AvgPool2D (#3720)
2019-06-11 박종현/On-Device... [loco] Introduce CanonicalDialect singleton (#3729)
2019-06-11 박종현/On-Device... [loco] Enable MaxPool2D Pad setter (#3723)
2019-06-11 박세희/On-Device... [moco/tf] add include for stringstream (#3722)
2019-06-11 박천교/On-Device... [locomotiv] MaxPool2D support padding (#3719)
2019-06-11 박천교/On-Device... [locomotiv] Support FilterEncode execution (#3716)
2019-06-11 박천교/On-Device... [locomotiv] Combine Session test in one file (#3700)
2019-06-11 박종현/On-Device... [loco] Introduce replace helper (#3697)
2019-06-11 박종현/On-Device... [loco] Rewrite FixedArityNode as a mix-in (#3699)
2019-06-10 박세희/On-Device... [moco/tf] Implement fix_shape for TensorConcat (#3694)
2019-06-10 박세희/On-Device... [moco/tf] const test with shape inference (#3709)
2019-06-10 박천교/On-Device... [locomotiv] Amend runtime error message for executions...
2019-06-10 박세희/On-Device... [moco/tf] Dump ShapeInferenceData for outputs (#3695)
2019-06-10 박천교/On-Device... [locomotiv] Execution verify and annotate domain info...
2019-06-05 박천교/On-Device... [locomotiv] Node domain annotation for Session (#3682)
2019-06-05 박세희/On-Device... [moco/tf] Implement fix_shape for ConstGen (#3692)
2019-06-05 박세희/On-Device... [moco/tf] Implement fix_shape for Pull (#3693)
2019-06-05 박종현/On-Device... [loco] Add Conv2D_Float_000 testcase (#3691)
2019-06-05 박세희/On-Device... [tfkit] Fix for already packed or unpacked (#3688)
2019-06-05 박세희/On-Device... [tfkit] support pack,unpack for int32 type (#3690)
2019-06-05 박세희/On-Device... [moco/tf] Implement fix_shape for copy (#3685)
2019-06-05 박종현/On-Device... [loco] Support Padding over Conv2D (#3686)
2019-06-05 박종현/On-Device... [loco] Introduce Filter Permuting Encoder (#3684)
2019-06-05 박세희/On-Device... [moco/tf] Change calling transform run (#3687)
2019-06-05 박세희/On-Device... [moco/tf] Register two transforms (#3683)
2019-06-04 박종현/On-Device... [loco] Introduce Pad field and its getter on MaxPool2D...
2019-06-04 박종현/On-Device... [loco] Implement FilterAxis Permutation (#3675)
2019-06-04 박세희/On-Device... [moco/tf] introduce FixShapeTransform (#3673)
2019-06-04 박종현/On-Device... [loco] Introduce Dialect interface (#3676)
2019-06-04 박세희/On-Device... [moco/tf] Add Concat node converter (#3671)
2019-06-04 박천교/On-Device... [locomotiv] Fix ASSERT_EQ for integer test of ConstGen...
2019-06-04 박세희/On-Device... [moco/tf] Introduce ClearAnnotTransform (#3672)
2019-06-03 박종현/On-Device... [loco] Introduce FilterAxis enum class (#3669)
2019-06-03 박천교/On-Device... [locomotiv] Introduce node domain annotation tools...
2019-06-03 박세희/On-Device... [moco/tf] Add graph transformation step (#3674)
2019-06-03 남궁석/On-Device... [moco/ONNX] Introduce onnxutil (#3633)
2019-06-03 박세희/On-Device... [moco/tf] Guard of unknown dim for Const (#3668)
2019-06-03 박세희/On-Device... [moco/tf] introduce ShapeInferenceData (#3642)
2019-06-03 박세희/On-Device... [locomotiv] Support TensorConcat (#3655)
2019-06-03 박종현/On-Device... [loco] Use stdex::make_unique in test (#3667)
2019-06-03 박종현/On-Device... [loco] Introduce DataType mixin (#3666)
2019-06-03 박종현/On-Device... [loco] Introduce Pad<2> class (#3659)
2019-06-03 박세희/On-Device... [moco/tf] Introduce transform base class (#3645)
2019-06-03 윤현식/On-Device... [moco/tf] Enabling MaxPool2D_000 test (#3663)
2019-06-03 박세희/On-Device... [moco/tf] Support Const int32 type (#3657)
2019-06-03 박세희/On-Device... [locomotiv] Support S32 type for ConstGen (#3656)
2019-06-03 박세희/On-Device... [moco_tf] Fix test.info file for Concat_000 (#3658)
2019-06-03 박세희/On-Device... [moco/tf] Add graph validation (#3653)
2019-06-03 남궁석/On-Device... [moco/tf] Simplify implementation of Const op (#3651)
2019-06-03 박종현/On-Device... [pp] Update README.md (#3654)
2019-06-03 박세희/On-Device... [moco/tf] Add Concat test material with -1 axis (#3648)
2019-06-03 박종현/On-Device... [loco] Introduce Conv2D (#3650)
2019-06-03 박세희/On-Device... [moco/tf] Add test material for Concat (#3646)
2019-06-03 박세희/On-Device... [moco/tf] Add Concat test material with 3 inputs (...
2019-06-03 박천교/On-Device... [locomotiv] Support FeatureDecode Node (#3639)
next