platform/core/ml/nnfw.git
2018-06-22 Ivan Vagin... PluginManager tests part 3 (#333)
2018-06-22 Ivan Vagin... PluginManager tests part 4 (PluginInstance class) ...
2018-06-22 Ivan Vagin... Data tests part 1.2 (Data class) (#345)
2018-06-22 Ivan Vagin... BackendModule/FrontendModule classes tests (#349)
2018-06-22 Ivan Vagin... PluginManager tests part 6 (PluginSession class) (...
2018-06-22 Ivan Vagin... PluginProxy class tests (#347)
2018-06-22 Dmitry Mozolev... Add a function that creates an IR tensor from a TFLite...
2018-06-21 Ivan Vagin... PluginManager tests part 5 (SharedLibrary class) (...
2018-06-21 박종현/동작제어Lab... [core.ADT.kernel] Introduce Layout interface (#291)
2018-06-20 Ivan Vagin... PluginManager tests part 2 (#332)
2018-06-19 Dmitry Mozolev... Set IR inputs and outputs from TFLite model (#328)
2018-06-18 Ivan Vagin... PluginManager tests part 1.1 (#341)
2018-06-14 Dmitry Mozolev... Add shape helper (#325)
2018-06-14 박종현/동작제어Lab... Add 'add_subdirectories' module (#288)
2018-06-14 Ivan Vagin... Pass arguments to build script (#337)
2018-06-14 Ivan Vagin... Print detail messages on test failures (#338)
2018-06-14 Ivan Vagin... Add '*.swp' to .gitignore (#336)
2018-06-14 박종현/동작제어Lab... Introduce 'nncc_coverage' interface target (#335)
2018-06-13 Vitaliy Cherepanov... nnc: fix console params parsing (#326)
2018-06-08 Vladimir Plazun... Update visitor to support available operations (#320)
2018-06-08 Dmitry Mozolev... Fix "enumeration values not handled in switch" warning...
2018-06-08 Vitaliy Cherepanov... nnc: Fix stream output operator (#316)
2018-06-08 Vitaliy Cherepanov... nnc: PluginManager make code more consistent (#317)
2018-06-07 박종현/동작제어Lab... Fix CaffeProto CMake warning (#305)
2018-06-06 Vitaliy Cherepanov... nnc: Implement nnc common realisation (#277)
2018-06-06 Vitaliy Cherepanov... nnc: Fix PluginProxy interface (#309)
2018-06-05 Vladimir Plazun... Fix compiler warnings in Graph and Node classes (#314)
2018-06-05 Vitaliy Cherepanov... nnc example: fix SamplePluginInstance copy and assignme...
2018-06-05 Vitaliy Cherepanov... nnc: fix AbstractPluginInstance copy and assignment...
2018-06-05 Vladimir Plazun... Fix compiler warnings in TensorVariant class (#311)
2018-06-05 Vladimir Plazun... Fix compiler warnings in operation descriptions (#310)
2018-06-05 Vladimir Plazun... [nnc] Fix operation description namespace issues (...
2018-06-05 Vitaliy Cherepanov... nnc: Implement BackendModule class (#276)
2018-06-05 Vitaliy Cherepanov... nnc: Implement FrontendModule class (#275)
2018-06-05 Vitaliy Cherepanov... nnc: fix AbstractModule copy and assignment operator...
2018-06-05 Sergey Vostokov... Fix issue "no return statement in function return non...
2018-06-05 Sergey Vostokov... Fix error "returning reference to temporary" (#302)
2018-06-05 Vitaliy Cherepanov... protect AbstractModule class methods (#301)
2018-06-05 Vitaliy Cherepanov... nnc: Implement plugin example (#278)
2018-06-04 Vladimir Plazun... [nnc] Add backend directory (#300)
2018-06-04 박종현/동작제어Lab... [nnkit] Build registry library (#290)
2018-06-04 Vladimir Plazun... Add Graph class (#297)
2018-06-04 Vladimir Plazun... Add Variable operation class (#296)
2018-06-04 Vitaliy Cherepanov... nnc: Implement PluginManager class (#273)
2018-06-04 박종현/동작제어Lab... [foundation] Do NOT allow copy/move on OwnedRegion...
2018-06-04 박종현/동작제어Lab... [cli] Add 'FunctionCommand' class (#292)
2018-06-03 Vladimir Plazun... Add :/cmake-build-* and :/.idea to .gitignore (#295)
2018-06-01 Vladimir Plazun... Add FullyConnected layer desсription class (#285)
2018-06-01 Vladimir Plazun... Add Relu operation desсription class (#287)
2018-06-01 Vladimir Plazun... Add Pool operation description (#286)
2018-06-01 Vladimir Plazun... Add DepthwiseConv2D operation description (#284)
2018-06-01 Vladimir Plazun... Add Conv2D operation desсription class (#280)
2018-06-01 Vladimir Plazun... Add CappedRelu operation description class (#272)
2018-06-01 Vladimir Plazun... Add Softmax operation description (#294)
2018-06-01 Vladimir Plazun... Add BiasAdd operation description class (#271)
2018-06-01 Vladimir Plazun... Add Concat operation description class (#279)
2018-06-01 Vitaliy Cherepanov... nnc: make isOptional method const (#293)
2018-06-01 Vitaliy Cherepanov... nnc: Implement AbstractModule class (#268)
2018-06-01 Vitaliy Cherepanov... nnc: Implement PluginProxy class (#267)
2018-06-01 Vitaliy Cherepanov... nnc: Implement AbstractPluginInstance class (#266)
2018-06-01 박종현/동작제어Lab... [core] Add Tensor View (#281)
2018-05-31 박종현/동작제어Lab... [core] Add 'num_elements' on kernel shape (#253)
2018-05-31 박종현/동작제어Lab... [core] Add 'num_elements' on feature shape (#252)
2018-05-31 Dmitry Mozolev... Add TFLite IR visitor skeleton (#274)
2018-05-31 박종현/동작제어Lab... Introduce 'nncc_include' (#263)
2018-05-30 박종현/동작제어Lab... [core.ADT] Add tensor::Layout interface (#244)
2018-05-30 Dmitry Mozolev... Introduce a way to support all TFLite versions in one...
2018-05-30 Vladimir Plazun... Add TensorVariant class (#254)
2018-05-30 박종현/동작제어Lab... Use caffeproto instead of nncc_frontend_caffe_core...
2018-05-30 박종현/동작제어Lab... [nnkit] Introduce 'nnkit_registry_backend' (#258)
2018-05-29 Dmitry Mozolev... Add Caffe proto reader (#255)
2018-05-29 Vladimir Plazun... Add IRNode class (#256)
2018-05-29 박종현/동작제어Lab... Add 'cli' library (#249)
2018-05-28 Vitaliy Cherepanov... nnc: implement PluginSession class (#248)
2018-05-28 Vitaliy Cherepanov... nnc: implement PluginData class (#247)
2018-05-25 Vladimir Plazun... Move ir_node.h according to changes from #158 (#260)
2018-05-25 Sergey Vostokov... Add template of High-Level Design document (#261)
2018-05-25 Sergey Vostokov... SW Requirements Specification v1.0 (#70)
2018-05-25 Sergey Vostokov... SW Development Document v1.0 (#79)
2018-05-25 박종현/동작제어Lab... [nncc.core] Reduce directory nesting level (#259)
2018-05-25 박종현/동작제어Lab... Do not use plain signature on target_link_library ...
2018-05-24 Vitaliy Cherepanov... nnc: move plugin exceptions to plugin lib (#243)
2018-05-24 Vitaliy Cherepanov... nnc: create AbstractSession class (#246)
2018-05-24 Vladimir Plazun... Add class "IR::model::OpDescription" (#158)
2018-05-24 Dmitry Mozolev... Add TFLite v3 model console dumper (#171)
2018-05-24 Vladimir Plazun... Add model IR visior (#173)
2018-05-24 박종현/동작제어Lab... [nnkit] Introduce backend interface (#251)
2018-05-24 박종현/동작제어Lab... [nnkit] Introduce 'CmdlineArgument' interface (#250)
2018-05-23 박종현/동작제어Lab... [nnkit] Introduce 'TensorContext' interface (#240)
2018-05-23 박종현/동작제어Lab... [nncc.foundation] Add 'Region' classes (#239)
2018-05-23 박종현/동작제어Lab... Introduce nnkit_add_action and nnkit_add_backend (...
2018-05-23 박종현/동작제어Lab... Add 'nnkit' project (#236)
2018-05-22 Vitaliy Cherepanov... nnc: plugin common lib (Plugin type) (#233)
2018-05-22 Vitaliy Cherepanov... nnc: plugin common lib (Plugin params) (#234)
2018-05-22 Vitaliy Cherepanov... nnc: Create plugin exception class (#232)
2018-05-22 Dmitry Mozolev... Add TFLite model visiting mechanism (#170)
2018-05-22 Dmitry Mozolev... Add TFLite v3 format parser (#169)
2018-05-18 박종현/동작제어Lab... [nncc.foundation] Add 'absolute_epsilon_equal' (#235)
2018-05-18 박종현/동작제어Lab... [core.ADT.tensor] Squeeze Tensor Shape correctly. ...
2018-05-18 박종현/동작제어Lab... [nncc.foundation] Add 'relative_epsilon_equal' (#227)
next