platform/core/ml/nnfw.git
2018-03-30 박세희/동작제어Lab... Rename experiments to labs (#296)
2018-03-30 Hyung-Kyu ChoiFix name of target in nn/runtime/CMakeLists.txt
2018-03-30 Hyung-Kyu ChoiEnable three operation of CpuExecutor
2018-03-29 이춘석/동작제어Lab... Add target external_acl for docker build (#325)
2018-03-29 Sanggyu LeeFix compilation errors in StepExecutor::startComputeOnCpu
2018-03-29 Hyung-Kyu ChoiEnable Pooling of CpuExecutor
2018-03-29 jiseob.jangCopy `Status.cpp` from libhidl of Android
2018-03-29 Jonghyun ParkT/F Lite Conv Example: Use NN API (if possible)
2018-03-29 박종현/동작제어Lab... Do not build ACL static libraries (#306)
2018-03-29 이춘석/동작제어Lab... Add arm ubuntu cross build script (#312)
2018-03-29 박종현/동작제어Lab... Introduce 'tflite_conv_example' (#317)
2018-03-29 Hyung-Kyu ChoiEnable SimpleMath of CpuExecutor
2018-03-29 sjsujinkimChange comment
2018-03-29 sjsujinkimAdd TODO comment into ExecutionBuilder::startCompute
2018-03-29 sjsujinkimRemove dummy return in Execution::create()
2018-03-29 jiseob.jangImplement Memory::create()
2018-03-29 Hyung-Kyu ChoiIntroduce CPU operation of NN runtime
2018-03-29 sjsujinkimRemove dummy return in CompilationBuilder::createExecution
2018-03-29 sjsujinkimAdd std::endl before logging by LOG
2018-03-29 sjsujinkimImplement Execution_setOutput
2018-03-29 박세희/동작제어Lab... Add empty template code for kernel testing (#311)
2018-03-29 SaeHie ParkFix acl expierments cmake
2018-03-29 오형석/동작제어Lab... Tflite file operator selection tool (#310)
2018-03-29 Hyung-Kyu ChoiIntroduce OperationsUtils
2018-03-29 sjsujinkimImplement Execution_startCompute for only CPU
2018-03-29 sjsujinkimImplement Execution_setInput
2018-03-29 박세희/동작제어Lab... Introduce cmake vars for acl (#304)
2018-03-29 박종현/동작제어Lab... Allow users to skip NN Runtime and experimental project...
2018-03-29 이춘석/동작제어Lab... Change arm gcc version to 5.4 (#301)
2018-03-29 박종현/동작제어Lab... Introduce 'tflite_benchmark' tool (#298)
2018-03-29 sjsujinkimImplement Event_wait Event_free
2018-03-29 jiseob.jang[NN Runtime] Add `StringPointer.cpp` to libutils
2018-03-29 Hyung-Kyu ChoiFix build error in ExecutionBuilder
2018-03-29 sjsujinkimAdd missed ExecutionBuilder constructor
2018-03-29 Hyung-Kyu ChoiEnable CpuExecutor::executeOperation
2018-03-29 Sanggyu LeeHandle NNRuntime's testcases consistently
2018-03-29 김수진/동작제어Lab... Add Callbacks without inheritance of IExecuteCallback...
2018-03-29 Jonghyun ParkUse shared library for convolution examples
2018-03-29 박종현/동작제어Lab... Introduce nnapi_test tool (#290)
2018-03-29 오형석/동작제어Lab... Test script prototype for framework (#266)
2018-03-29 Jonghyun ParkRun 'warming-up' iterations before measurement
2018-03-29 Hyung-Kyu ChoiGenerate a single shared library for NN runtime
2018-03-29 박세희/동작제어Lab... Introduce NNFW_INCLUDE_DIR for cmake (#285)
2018-03-29 박세희/동작제어Lab... Change default to use OpenCL for experiments (#284)
2018-03-28 박세희/동작제어Lab... Fix bindacl, convacl experiment to use environment...
2018-03-28 박종현/동작제어Lab... Do measure tensor update/extraction time (#279)
2018-03-28 박종현/동작제어Lab... Introduce 'Inception v3' benchmark (#283)
2018-03-28 sjsujinkimBuild ExecutionBuilder
2018-03-28 jiseob.jangChange the library name of NN Runtime to `neuralnetworks`
2018-03-28 SaeHie ParkUpdate gitignore for acl build outputs
2018-03-28 SaeHie ParkFix convacl to use unique_ptr
2018-03-28 박세희/동작제어Lab... Fix bindacl experiment (#274)
2018-03-28 Jonghyun ParkUpdate acl.cmake for v18.03
2018-03-28 Hyung-Kyu ChoiEnable members of CpuExecutor and required types
2018-03-28 sjsujinkimImplement Execution_free
2018-03-28 sjsujinkimRemove including duplicate of CompilationBuilder.h
2018-03-28 최형규/동작제어Lab... Update cmake rule for reference NN runtime (#254)
2018-03-28 sjsujinkimImplement Execution_create
2018-03-28 김수진/동작제어Lab... Change Log.h to android-base/logging.h (#262)
2018-03-28 Hyung-Kyu ChoiIntroduce C++ wrapper for NN APIs
2018-03-28 김수진/동작제어Lab... Copy StrongPointer from ANN (#255)
2018-03-28 박세희/동작제어Lab... Introduce environment utilities methods (#246)
2018-03-28 이춘석/동작제어Lab... Add libarmcl-devel dependancy for obs build (#259)
2018-03-28 jiseob.jangintroduce runtime_sample from android_nn_sample app.
2018-03-28 sjsujinkimAdd simple example for NNRT
2018-03-28 김정현/동작제어Lab... Add vim/ctags/gnu-global temp files into .gitignore...
2018-03-28 박종현/동작제어Lab... Import ARM Compute Library (v18.03) (#253)
2018-03-28 김수진/동작제어Lab... Support to create memory by file descriptor only (...
2018-03-28 이성재/동작제어Lab... Update workgroup information links in `roadmap.md`...
2018-03-28 서상민/동작제어Lab... Update how-to doc links in README.md (#242)
2018-03-28 서상민/동작제어Lab... Add the first version of roadmap.md (#138)
2018-03-28 sjsujinkimEnable copyLargeValuesToSharedMemory in ModelBuilder
2018-03-28 박세희/동작제어Lab... Set and dump acl-conv experiment (#243)
2018-03-28 박세희/동작제어Lab... Fix arm cross build to refer correct system header...
2018-03-27 박세희/동작제어Lab... Add document for xu4 ubuntu (#209)
2018-03-27 박종현/동작제어Lab... Introduce GoogLeNet & MobileNet benchmark (#232)
2018-03-27 Sangmin SeoUpdate README.md to mention cross compiler installation
2018-03-27 오형석/동작제어Lab... Update model parser: multiple subgraph (#210)
2018-03-27 최형규/동작제어Lab... Update logging to print more information (#198)
2018-03-27 박세희/동작제어Lab... Move target device related documents inside device...
2018-03-27 박종현/동작제어Lab... Introduce 'arm_compute_graph_test' library (#227)
2018-03-27 Hyung-Kyu ChoiIntroduce skeleton of ExecutionBuilder from Android NN
2018-03-27 박세희/동작제어Lab... Update README for arm cross build (#223)
2018-03-27 박종현/동작제어Lab... Set dependency on ACL version tag correctly (#190)
2018-03-27 서상민/동작제어Lab... Add the first version of workgroups.md (#141)
2018-03-26 jiseob.jangIntroduce hidl_string from libhidl of android.
2018-03-26 sjsujinkimImplement Model_setOperandValueFromMemory
2018-03-26 jiseob.jangIntroduce ashmem from libcutils of android.
2018-03-26 sjsujinkimImplement Model_identifyInputsAndOutputs
2018-03-26 sjsujinkimImplement Memory_createFromFd and free
2018-03-26 sjsujinkimImplement Model_addOperation
2018-03-26 김수진/동작제어Lab... Add Memory.h, Memory.cpp without IMemory (#207)
2018-03-26 오형석/동작제어Lab... Add gitignore: python cache file (#206)
2018-03-26 김정현/동작제어Lab... Introduce image importer (#205)
2018-03-26 김정현/동작제어Lab... Add loading input(jpg) and printing output for tflite_r...
2018-03-26 sjsujinkimImplement Model_setOperandValue
2018-03-26 sjsujinkimImplement Model_addOperand
2018-03-26 박종현/동작제어Lab... Use shared library for LeNet example (#188)
2018-03-26 Hyeongseok OhTFLite model file parser
2018-03-26 Hyeongseok OhHelper python code for TFLite model file parsing
next