platform/core/ml/nnfw.git
2018-04-09 박종현/동작제어Lab... [Pure ACL NN Runtime] Partailly implement addOperation...
2018-04-09 박종현/동작제어Lab... [NNAPI Test] Support dynamic tolerance (#509)
2018-04-09 이춘석/동작제어Lab... Rename libtensorflow_lite.a to -lite.a (#504)
2018-04-09 박종현/동작제어Lab... Extract Tensor IndexFormatter as utility (#489)
2018-04-09 최형규/동작제어Lab... HowTo documentation for docker image of nnfw (#427)
2018-04-09 박세희/동작제어Lab... Introduce nnfw kernel Initialize (#502)
2018-04-09 박세희/동작제어Lab... Labs convolution with acl runtime (#500)
2018-04-09 박종현/동작제어Lab... Introduce tensor::NonIncreasingStride (#499)
2018-04-09 박세희/동작제어Lab... Docs tizen on xu4 (#498)
2018-04-09 박세희/동작제어Lab... Introduce NNFW_GTEST_LIBS for test programs (#497)
2018-04-09 박종현/동작제어Lab... [Pure ACL NN Runtime] Implement setOperand functions...
2018-04-09 김정현/동작제어Lab... Introduce an image generator (#426)
2018-04-09 박종현/동작제어Lab... Introduce nnfw::util::tensor::Zipper (#495)
2018-04-06 박종현/동작제어Lab... [NNAPI Test] Initialize IFM with float values (#494)
2018-04-06 이춘석/동작제어Lab... Fix CI build fail due to permission(for pipiline job...
2018-04-06 장지섭/동작제어Lab... Remove the dependency on hal and hidl from IServiceMana...
2018-04-06 박세희/동작제어Lab... Add kernels implementation placeholder (#448)
2018-04-06 Sangmin SeoWork around the github permission issue
2018-04-06 Sangmin SeoAdd tensorflow module
2018-04-06 Sangmin SeoRemove externals/tensorflow
2018-04-06 박종현/동작제어Lab... Remove unused eq operator over TfLiteTensor (#483)
2018-04-06 최형규/동작제어Lab... Print out max relative difference (#473)
2018-04-06 박종현/동작제어Lab... Introduce equality over tensor::Shape (#488)
2018-04-06 박종현/동작제어Lab... Introduce nnfw::support::tflite::interp::Builder (...
2018-04-06 박종현/동작제어Lab... [nnfw_support_tflite] Introduce TensorUtils.h (#486)
2018-04-06 박종현/동작제어Lab... [Pure ACL Runtime] Implement ANeuralNetworkModel (...
2018-04-06 박종현/동작제어Lab... Unify graphdef and graphdump (#453)
2018-04-06 박종현/동작제어Lab... [NNAPI Unittests] Add 'env' unittest (#442)
2018-04-06 박종현/동작제어Lab... Fill feature object with random numbers (#472)
2018-04-06 김용섭/동작제어Lab... Add running unittest in test_driver.sh (#484)
2018-04-06 박종현/동작제어Lab... Extract operator== over vector as utility (#481)
2018-04-05 이춘석/동작제어Lab... Add googletest deps to android_nn_test (#479)
2018-04-05 이춘석/동작제어Lab... Add gnueabi arm-cross toolchain (#474)
2018-04-05 이한종/동작제어Lab... Reduce indent level in tflite_run (#464)
2018-04-05 오형석/동작제어Lab... Add framework tests for mobilenet (#478)
2018-04-05 오형석/동작제어Lab... Bug fix in run_test.sh for skip test (#480)
2018-04-05 김용섭/동작제어Lab... Add run_tests.sh in test_driver.sh (#462)
2018-04-05 오형석/동작제어Lab... Support skip test in run_test.sh (#466)
2018-04-05 오형석/동작제어Lab... Remove verbose in run_test.sh (#461)
2018-04-05 김용섭/동작제어Lab... Add tools/test_driver on build_test_suite in Makefile...
2018-04-05 박종현/동작제어Lab... Introduce nnfw::support::tflite::TensorView (#456)
2018-04-05 김용섭/동작제어Lab... Add test_driver.sh for verification (#439)
2018-04-05 서상민/동작제어Lab... Add more test scripts for TF Lite models (#422)
2018-04-05 이한종/동작제어Lab... Support Enable/Disable VLOG (#451)
2018-04-05 박종현/동작제어Lab... Introduce 'nnfw_support_tflite' lib (#452)
2018-04-05 박종현/동작제어Lab... [Pure ACL NN Runtime] Implement ANeuralNetworksMemory...
2018-04-05 박종현/동작제어Lab... Introduce IndexIterator (for feature) (#428)
2018-04-05 오형석/동작제어Lab... Print shape info in model parser tool (#449)
2018-04-05 박종현/동작제어Lab... Support update in TfLiteFeatureView (#425)
2018-04-05 박종현/동작제어Lab... Introduce 'nnfw::util::fp32' namespace (#445)
2018-04-05 박종현/동작제어Lab... Introduce 'nnfw::util::tensor' namespace (#440)
2018-04-04 이상규/동작제어Lab... Bring android NN runtime tests (#438)
2018-04-04 김수진/동작제어Lab... Enable ModelBuilder::sortIntoRunOrder() (#435)
2018-04-04 김수진/동작제어Lab... Comment out the unnecessary assertion in CONV2D Op...
2018-04-04 박종현/동작제어Lab... Introduce 'nnfw::util::vector' namespace (#421)
2018-04-04 장지섭/동작제어Lab... Fix wrong return value (#436)
2018-04-04 장지섭/동작제어Lab... Remove the dependency on hal and hidl from interfaces...
2018-04-04 김용섭/동작제어Lab... Change tools/nnapi_test to install (#429)
2018-04-04 이한종/동작제어Lab... Add md5hash check for test files (#418)
2018-04-04 박종현/동작제어Lab... Introduce 'nnfw::util::kernel' namespace (#414)
2018-04-04 박종현/동작제어Lab... [nnapi_test] Show details on test failure (#407)
2018-04-04 박종현/동작제어Lab... [NNAPI unittest] Show configurations before run (#417)
2018-04-04 박종현/동작제어Lab... Introduce TfLiteFeatureView (#412)
2018-04-04 박종현/동작제어Lab... [NNAPI Unittest] Fix environment variable setup (#411)
2018-04-04 오형석/동작제어Lab... Fix bug in run_test.sh (#415)
2018-04-04 박세희/동작제어Lab... Add ActivationLayer to kernel test lab (#409)
2018-04-04 박종현/동작제어Lab... [nnapi_test] Fix float equality condition (#408)
2018-04-04 장지섭/동작제어Lab... Remove the dependency on hal and hidl from interfaces...
2018-04-04 최형규/동작제어Lab... Enable remaining helpers in OperationsUtils (#396)
2018-04-04 이춘석/동작제어Lab... Enable googletest for unittesting (#398)
2018-04-03 박종현/동작제어Lab... Setup NN API without NN Runtime project (#390)
2018-04-03 최형규/동작제어Lab... Add git to docker image for nnfw (#405)
2018-04-03 김용섭/동작제어Lab... Add USE_LOGNN option for make check (#400)
2018-04-03 최형규/동작제어Lab... Use docker image of nnfw repo in CI (#401)
2018-04-03 박종현/동작제어Lab... Introduce nnfw::util::feature namespace (#393)
2018-04-03 박종현/동작제어Lab... Introduce nnfw::util::env::IntAccessor (#392)
2018-04-03 박종현/동작제어Lab... Introduce util::benchmark (#391)
2018-04-03 박종현/동작제어Lab... Use float-compare on NN API testing (#389)
2018-04-03 박종현/동작제어Lab... Introduce nnapi_template (#388)
2018-04-03 박종현/동작제어Lab... Support STRIDE configuration (#386)
2018-04-03 박종현/동작제어Lab... Manage bias_data lifetime correclty (#385)
2018-04-03 김정현/동작제어Lab... Introduce simple .tflite model generator for CONV2D...
2018-04-03 이춘석/동작제어Lab... build test-suite for test on target (#375)
2018-04-03 최형규/동작제어Lab... Fix SIGFPE of CpuExecutor (#395)
2018-04-03 서상민/동작제어Lab... Rename nnapi_unitest_common to nnapi_unittest_common...
2018-04-03 박종현/동작제어Lab... Export nnfw_util's include path (#387)
2018-04-03 최형규/동작제어Lab... Add Tizen rootfs for arm cross compilation (#378)
2018-04-03 박종현/동작제어Lab... Fix build break on Ubuntu 14.04 (#383)
2018-04-03 장지섭/동작제어Lab... add the hal interfaces of neuralnetworks@1.1 to android...
2018-04-02 박종현/동작제어Lab... Introduce add_nnapi_unittest function (#380)
2018-04-02 김용섭/동작제어Lab... Fix wrong setting libneuralnetworks.so (#372)
2018-04-02 박종현/동작제어Lab... Introduce NNAPI Unittest through T/F Lite (#374)
2018-04-02 박세희/동작제어Lab... Compare with CPU and ACL result in kernel conv test...
2018-04-02 이춘석/동작제어Lab... install libneuralnetworks.so into lib (#369)
2018-04-02 김용섭/동작제어Lab... Add make check for run_test.sh (#361)
2018-04-02 박세희/동작제어Lab... Add compareData for kernel test lab (#362)
2018-04-02 이상규/동작제어Lab... Get rid of cmake find_package(Threads) (#357)
2018-04-02 장지섭/동작제어Lab... Enable setInputFromMemory and setOutputFromMemory from...
2018-04-02 장지섭/동작제어Lab... Modify output log in simple_model (#359)
2018-04-02 오형석/동작제어Lab... Change test script construction (#354)
next