platform/core/ml/nnfw.git
2018-03-22 김정현/동작제어Lab... Add Dockerfile and docker build script (#125)
2018-03-22 Hyung-Kyu ChoiUse npu_u16.04 docker image for CI
2018-03-22 Hyung-Kyu ChoiAdd Utils.h for reference NN runtime
2018-03-22 jiseob.jangFix multiple definition error.
2018-03-22 jiseob.jangImport declaration of hidl_memory and hidl_vec.
2018-03-22 Hanjoung LeeImplement Compiilation_setPreference
2018-03-22 Jonghyun ParkExtract eigen3.cmake from external/CMakeLists.txt
2018-03-22 Hanjoung LeeImplement Compilation_create()
2018-03-22 Hanjoung LeeImplement Compilation_finish()
2018-03-22 박종현/동작제어Lab... Build arm_compute_graph library (#151)
2018-03-22 sjsujinkimIntroduce VLOG implemented by LOG
2018-03-22 Hanjoung LeeImplement Compilation_free()
2018-03-22 Hyung-Kyu ChoiUpdate README.md for reference NN runtime
2018-03-22 김수진/동작제어Lab... Implement Model_free() (#159)
2018-03-22 이한종/동작제어Lab... Enable ModelBuilder::createCompilation (#156)
2018-03-22 김수진/동작제어Lab... Add simple macro for LOG (#154)
2018-03-22 최형규/동작제어Lab... Add skeleton of CpuExecutor (#136)
2018-03-22 박세희/동작제어Lab... Separate ACL build target (#142)
2018-03-22 Hyung-Kyu ChoiApply review feedback
2018-03-22 Hyung-Kyu ChoiAdd description of a reference NN runtime
2018-03-22 Hyung-Kyu ChoiUpdate README.md of reference runtime
2018-03-22 sjsujinkimBuild Modelbuilder
2018-03-22 Hanjoung LeeMake NN API methods return enum value for error
2018-03-22 박종현/동작제어Lab... Support ACL build without scon (#132)
2018-03-22 Hanjoung LeeAdd CompilationBuilder skeleton
2018-03-21 박세희/동작제어Lab... Add bindacl project to use ACL from NNAPI (#114)
2018-03-21 sjsujinkimRemove original codes
2018-03-21 sjsujinkimImplement ANeuralNetworksModel_create
2018-03-21 박세희/동작제어Lab... [acl] add .gitignore (#110)
2018-03-21 Hanjoung LeeUpdate dummy runner to use libruntime
2018-03-21 이한종/동작제어Lab... Support build with multiple jobs (#105)
2018-03-21 박세희/동작제어Lab... Fix ACL install order (#109)
2018-03-21 박세희/동작제어Lab... Fix comment for tizen for cmake option file (#115)
2018-03-21 Hanjoung LeeAdd skeleton of NeuralNetworks.cpp
2018-03-21 Hanjoung LeeHave NeuralNetworks.h in runtime/ref
2018-03-20 이한종/동작제어Lab... Restructure runtime source (#104)
2018-03-20 박세희/동작제어Lab... Enable ACL build (#99)
2018-03-20 Hanjoung LeeAdd CMakeLists.txt for runtime
2018-03-20 jiseob.jangModified to build on x86_64.
2018-03-20 이춘석/동작제어Lab... obs spec file added (#97)
2018-03-20 Hyung-Kyu Choimove runtime to src/runtime
2018-03-20 서상민/동작제어Lab... Merge pull request #96 from jiseob-jang/import_android_nn
2018-03-20 이춘석/동작제어Lab... Fix armv7l native build fail on obs (#93)
2018-03-20 jiseob.jangfix problems caused by using different kinds of compilers.
2018-03-20 jiseob.jangFix problems caused by using other kinds of standard...
2018-03-20 jiseob.jangremove dependencies related to the system property...
2018-03-20 jiseob.jangremove dependencies related to the binding of android.
2018-03-20 jiseob.jangremove dependencies related to logging.
2018-03-20 jiseob.jangremove depended on CallStack
2018-03-20 jiseob.jangremove depended on android/dlext.h.
2018-03-20 jiseob.jangadded cmake files to build in tizen and source files...
2018-03-20 jiseob.jangMerge commit '11b57bfbc908c6620123aafb6b874f0ee6e0f57d...
2018-03-20 jiseob.jangSquashed 'experiments/android_nn/' content from commit...
2018-03-20 최형규/동작제어Lab... Initial commit of reference implemeantion of NN runtime...
2018-03-20 박세희/동작제어Lab... Introduce CROSS_BUILD to Makefile (#89)
2018-03-20 박세희/동작제어Lab... Simplify cmake config folder (#88)
2018-03-20 박세희/동작제어Lab... Change cmake option to be form of arch-os (#85)
2018-03-20 박세희/동작제어Lab... Add cmake native/cross build flag (#83)
2018-03-19 박세희/동작제어Lab... Fix build problem with protoc (#66)
2018-03-19 박세희/동작제어Lab... Add boost to arm rootfs (#65)
2018-03-16 박종현/동작제어Lab... Support basic benchmark (tflite_run) (#52)
2018-03-13 박종현/동작제어Lab... Import ARM Compute Library (v17.12) (#59)
2018-03-12 박종현/동작제어Lab... Add eigen3 library (#53)
2018-03-08 Jonghyun ParkFix bugs in encode.sh and decode.sh
2018-03-08 Jonghyun ParkBuild tensorflow_graphdef by default
2018-03-08 박종현/동작제어Lab... Simplify external/CMakeLists.txt (#44)
2018-03-08 박종현/동작제어Lab... Add Dockerfile (#48)
2018-03-08 박종현/동작제어Lab... Include protobuf (#46)
2018-03-08 박종현/동작제어Lab... Introduce graphdump tool (#43)
2018-03-08 박종현/동작제어Lab... Introduce run (#41)
2018-03-07 Jonghyun ParkIntroduce libtensorflow_graphdef
2018-03-07 오형석/동작제어Lab... CMake variable: TARGET_ARCH (#40)
2018-03-06 Jonghyun ParkIntroduce (Dummy) Custom Operators
2018-03-06 Hyeongseok OhCross compile variable: TARGET_ARCH
2018-03-05 SaeHie ParkUpdate local cache server
2018-03-05 Jonghyun ParkIntroduce TensorFlow model encode/decode
2018-03-05 박세희/동작제어Lab... [tf] Add operator dump in toco (#30)
2018-03-05 박세희/동작제어Lab... Docs add how to setup odroid xu3 link (#29)
2018-03-01 Junghyun KimAdd CI scripts
2018-03-01 SaeHie ParkCorrect build tf from source doc
2018-02-27 SaeHie ParkAdd build TF from source document
2018-02-27 SaeHie ParkCorrect ubuntu release
2018-02-27 박세희/동작제어Lab... Enable cross build for arm (#20)
2018-02-27 SaeHie Park[tf] Add local cache server for packages
2018-02-27 SaeHie ParkIntroduce cmake folder
2018-02-26 Jonghyun ParkUpdate README.md
2018-02-26 박세희/동작제어Lab... Fix cmake build (#16)
2018-02-26 Jonghyun ParkSupport multiple NN API bindings
2018-02-26 박세희/동작제어Lab... Add cmake config and options (#14)
2018-02-26 Jonghyun ParkUpdate README.md
2018-02-26 박세희/동작제어Lab... Merge pull request #12 from seanshpark/vscode
2018-02-26 SaeHie ParkUpdate .gitignore for vscode
2018-02-26 박세희/동작제어Lab... Merge pull request #10 from seanshpark/rootfs
2018-02-26 박세희/동작제어Lab... Merge pull request #11 from jh1302-park/fix/install_path
2018-02-26 Jonghyun ParkUse absolute path for CMAKE_INSTALL_PREFIX
2018-02-26 SaeHie ParkAdd rootfs build script
2018-02-26 박세희/동작제어Lab... Merge pull request #9 from jh1302-park/fix/configure_if...
2018-02-26 Jonghyun ParkRun configure before build
2018-02-26 박종현/동작제어Lab... Merge pull request #7 from jh1302-park/fix/Makefile
2018-02-26 박종현/동작제어Lab... Merge pull request #6 from jh1302-park/fix/nnapi_logging
next