platform/core/ml/nnfw.git
2018-05-02 오형석/동작제어Lab... Fix SVACE build script (#1010)
2018-05-02 김수진/동작제어Lab... Change ifdef guard to changed namespace rule (#1008)
2018-05-02 이한종/동작제어Lab... Add command line argument `dump` to tflite_run (#1011)
2018-05-02 김용섭/동작제어Lab... Exclude frameworktest from test_driver's default tests...
2018-05-02 이한종/동작제어Lab... Introduce OutputTensorDumper (#991)
2018-05-02 오형석/동작제어Lab... Build test only (#997)
2018-05-02 이춘석/동작제어Lab... nnfw-test dir contains bin/lib directory (#1004)
2018-05-02 서상민/동작제어Lab... List up how-to documents in a separate document (#1003)
2018-05-02 김정현/동작제어Lab... Add missing header definition macro in shape.h (#1002)
2018-05-02 이상규/동작제어Lab... Add license sources in contrib/kerneltesting (#971)
2018-05-02 이상규/동작제어Lab... Add license to sources in contrib/convacl/* (#970)
2018-05-02 이상규/동작제어Lab... Add license to sources in contrib/bindacl/* (#969)
2018-05-02 서상민/동작제어Lab... Update README.md (#1000)
2018-05-02 김정현/동작제어Lab... Implement RELU6 with a test case of RELU6 (#995)
2018-05-02 이상규/동작제어Lab... Move NeuralNetworksWrapper.h to tests/include (#990)
2018-05-02 김용섭/동작제어Lab... Add acl env options to test_driver.sh (#996)
2018-05-02 김수진/동작제어Lab... Change namespace from android::nn to nnfw::rt (#987)
2018-05-02 이한종/동작제어Lab... Change variable convention of Make and CMake (#993)
2018-05-02 이상규/동작제어Lab... BringUpTests should not depends on Android NN Tests...
2018-05-02 김정현/동작제어Lab... Enable to use ACL DepthwiseConv2D via NNAPI (#985)
2018-05-02 장지섭/동작제어Lab... Remove android_nn from contrib. (#992)
2018-05-02 김정현/동작제어Lab... Use multicore when building ACL (#983)
2018-05-02 이상규/동작제어Lab... Rename BringUpTest and NeuralNetworkTest in snake style...
2018-05-02 이상규/동작제어Lab... Prepend license to tools/* (#965)
2018-05-02 김정현/동작제어Lab... [BUGFIX] typo on translating the shape of weights ...
2018-05-02 이춘석/동작제어Lab... Introduce xxx_driverbin in test_driver.sh (#976)
2018-05-02 이상규/동작제어Lab... Add license to source in contrib/example (#975)
2018-04-30 이춘석/동작제어Lab... Archiving nnfw rpms during gbs build (#964)
2018-04-30 김용섭/동작제어Lab... Add build command for benchmark/acl (#974)
2018-04-30 김정현/동작제어Lab... Introduce NEON DepthwiseConv2D (#973)
2018-04-30 김정현/동작제어Lab... Introduce a test code of multi-channel DepthwiseConv2D...
2018-04-30 이춘석/동작제어Lab... Add tools and tests dir into nnfw-test.rpm (#966)
2018-04-30 김정현/동작제어Lab... Introduce DepthwiseConv2D to support MobileNet (#967)
2018-04-30 이춘석/동작제어Lab... Reflect dir changes to gen_coverage_report script ...
2018-04-30 최형규/동작제어Lab... Cleanup ci and docker directory (#960)
2018-04-27 최형규/동작제어Lab... Fix typo in script (#961)
2018-04-27 최형규/동작제어Lab... Fix typo in docker_gbs_build.sh (#959)
2018-04-27 최형규/동작제어Lab... Update Tizen build scripts with new directory structure...
2018-04-27 최형규/동작제어Lab... Update scripts in new location (#957)
2018-04-27 서상민/동작제어Lab... Rename src as runtimes (#956)
2018-04-27 최형규/동작제어Lab... Update change_gitmodule.sh and using it (#954)
2018-04-27 이한종/동작제어Lab... Move `src/nn/runtime/sample` to `src/tests/BringUpTest...
2018-04-27 서상민/동작제어Lab... Rename src/runtime/test as src/tests/NeuralNetworksTest...
2018-04-27 최형규/동작제어Lab... Update scripts/command (#952)
2018-04-27 이한종/동작제어Lab... Extract CMakeLists.txt for sample directory (#951)
2018-04-27 서상민/동작제어Lab... Relocate NeuralNetworks.h to include (#950)
2018-04-27 최형규/동작제어Lab... Relocate NN runtime from src/runtime/ref to src (#949)
2018-04-27 Hyung-Kyu ChoiMake a copy of scripts and files in docker from scripts...
2018-04-27 Hyung-Kyu ChoiMove scripts in docker to scripts/command
2018-04-27 Hyung-Kyu ChoiMake a copy of scripts and files in ci from scripts...
2018-04-27 Hyung-Kyu ChoiMove all files in ./ci to ./scripts/command
2018-04-27 Hyung-Kyu ChoiMove all Dockerfile from docker to scripts/docker
2018-04-27 서상민/동작제어Lab... Move tools/nnapi_bindings/* to src/ (#947)
2018-04-27 오형석/동작제어Lab... Move src/support to libs (#945)
2018-04-27 김정현/동작제어Lab... Move NNOP kernels into libs (#944)
2018-04-27 서상민/동작제어Lab... Move labs/* to contrib (#943)
2018-04-27 서상민/동작제어Lab... Add the first draft of SW high level design (#921)
2018-04-27 김수진/동작제어Lab... Fix wrong pair of ifdef comment in TestValidation.cpp...
2018-04-27 김수진/동작제어Lab... Relocate badState helper to the top of ModelBuilder...
2018-04-27 서상민/동작제어Lab... Add the first draft of SW requirement specification...
2018-04-27 서상민/동작제어Lab... Change externals/acl as a submodule (#827)
2018-04-27 PRAVEEN DORESWAMY... Resolve NN runtime unit test Assertion (#903)
2018-04-27 이상규/동작제어Lab... Add license to sources for tools, tests, include (...
2018-04-27 이상규/동작제어Lab... Add license to sources under libs and src/support ...
2018-04-27 김수진/동작제어Lab... Change TestValidation2.cpp to default NN Runtime test...
2018-04-26 이춘석/동작제어Lab... Add test rpm for obs build (#914)
2018-04-26 이한종/동작제어Lab... Reduce indent level (#927)
2018-04-26 이춘석/동작제어Lab... Enable rootfs using tools/cross/build-rootfs.sh (#929)
2018-04-26 김수진/동작제어Lab... Add ANEURALNETWORKS_BAD_DATA check in validateOperandTy...
2018-04-26 이상규/동작제어Lab... Add LICENSE in root directory (#913)
2018-04-26 박세희/동작제어Lab... Fix and update docs tizen xu4 file (#918)
2018-04-26 최형규/동작제어Lab... Revert "Add assertion to check divide by zero (#892...
2018-04-26 김수진/동작제어Lab... Revert "Disable memory bound check in MemoryTracker...
2018-04-26 김용섭/동작제어Lab... Add doc for aarch64 build (#917)
2018-04-26 김용섭/동작제어Lab... Add NNFW_KERNELS_ env on benchmark test (#912)
2018-04-26 김수진/동작제어Lab... Add additional ANEURALNETWORKS_BAD_DATA check into...
2018-04-26 오형석/동작제어Lab... Can pass SVACE binary path (#900)
2018-04-26 김수진/동작제어Lab... Update NN Runtime TestTrivialModel test (#907)
2018-04-26 박세희/동작제어Lab... Fix build_rootfs.sh message (#909)
2018-04-26 이한종/동작제어Lab... nnapi_test check arguments (#902)
2018-04-26 김용섭/동작제어Lab... Enable build aarch64 for tizen&cross (#885)
2018-04-26 이상규/동작제어Lab... Add license for sources under src/runtime (#904)
2018-04-26 김수진/동작제어Lab... Disable memory bound check in MemoryTracker for 32bit...
2018-04-26 최형규/동작제어Lab... Add assertion to check divide by zero (#892)
2018-04-26 최형규/동작제어Lab... Free memory at early exit (#899)
2018-04-25 김수진/동작제어Lab... Introduce badstate checker in ModelBuilder (#809)
2018-04-25 윤현식/동작제어Lab... tflite file generator (from Tensoflow model in python...
2018-04-25 윤현식/동작제어Lab... Fix coverity error (118949) (#897)
2018-04-25 이춘석/동작제어Lab... Exit on nnapi_test fail (#890)
2018-04-25 이상규/동작제어Lab... Add license for sources under src/kernel (#879)
2018-04-25 이한종/동작제어Lab... Add a script for generation RootFS for Android (#884)
2018-04-25 김수진/동작제어Lab... Check if ashmem region is created. (#878)
2018-04-25 오형석/동작제어Lab... Workaround: temporary disable concat2 test (#889)
2018-04-25 오형석/동작제어Lab... Build runtime only for SVACE (#888)
2018-04-25 최형규/동작제어Lab... Remove execute mode from source files in NN runtime...
2018-04-25 최형규/동작제어Lab... Remove dead code in Activation.cpp (#862)
2018-04-25 김용섭/동작제어Lab... Add rootfs for ARM64 (#877)
2018-04-24 김수진/동작제어Lab... Remove double semicolon in Memory code (#881)
2018-04-24 김수진/동작제어Lab... Close 'dupfd' if returned unexpected null (#861)
2018-04-24 오형석/동작제어Lab... Make option: runtime build only (#864)
next