platform/core/ml/nnfw.git
2018-05-30 오형석/동작제어Lab... Operator selector: cast operator bug fix (#1428)
2018-05-30 이한종/동작제어Lab... [newrt] Apply fix to newrt (#1444)
2018-05-30 최성진/동작제어Lab... [Topk_v2 Op] support other operation types (#1314)
2018-05-30 박종현/동작제어Lab... [Pure CL] Inheric nnfw::utils::tensor::Shape (#1438)
2018-05-30 박종현/동작제어Lab... [Pure CL runtime] Support reshape/softmax over tensors...
2018-05-30 박종현/동작제어Lab... Introduce 'tensor::Diff' class (#1422)
2018-05-30 오형석/동작제어Lab... Fix format for pure acl runtime (#1435)
2018-05-30 박종현/동작제어Lab... Ignore compiler warnings from ARMCompute (#1434)
2018-05-30 이춘석/동작제어Lab... Fix build break on debug build (#1427)
2018-05-30 오형석/동작제어Lab... Update TensorFlow submodule for topk_v2 (#1420)
2018-05-30 박종현/동작제어Lab... [Pure CL runtime] Fix CMakeLists.txt indentation (...
2018-05-30 박종현/동작제어Lab... Add 'TFLITE_ENSURE' macro (#1418)
2018-05-30 박종현/동작제어Lab... [Pure CL Runtime] Use SimpleArithmeticAdditionLayer...
2018-05-30 박종현/동작제어Lab... Introduce 'ARMCompute' package (#1400)
2018-05-30 김수진/동작제어Lab... Update xu4 documentations to more detail about minicom...
2018-05-30 이한종/동작제어Lab... Enable Android build of tflite_benchmark, disable tflit...
2018-05-30 이춘석/동작제어Lab... Support Strided Slice Ex on nnapi_delegate.cc (#1399)
2018-05-29 박종현/동작제어Lab... Remove CXX_STANDARD workaround (#1405)
2018-05-29 박종현/동작제어Lab... [Pure CL runtime] Add symbolcheck test (#1397)
2018-05-29 서상민/동작제어Lab... Revert "Update validation in runtime (#1351)" (#1406)
2018-05-29 장지섭/동작제어Lab... Update validation in runtime (#1351)
2018-05-29 이춘석/동작제어Lab... Install arm_compute_XXX and libnueralnetworks.so on...
2018-05-29 서상민/동작제어Lab... Convert TF Lite's DIV to NN API's (#1398)
2018-05-29 이한종/동작제어Lab... [pure_arm_compute] Fix no return value (Context &)...
2018-05-29 이상규/동작제어Lab... Enable SUB NNAPI delegation and SUB broadcast test...
2018-05-28 박종현/동작제어Lab... Introduce 'Tensorflow' package (#1387)
2018-05-28 윤현식/동작제어Lab... Make Tensorflow Lite calls MUL CPU fallback (#1360)
2018-05-28 서상민/동작제어Lab... Update TensorFlow submodule to v1.8 (#1388)
2018-05-28 서상민/동작제어Lab... Include model.h in nnapi_delegate.cpp (#1386)
2018-05-28 서상민/동작제어Lab... Introduce nnfw's BuiltinOpResolver (#1384)
2018-05-28 이한종/동작제어Lab... [pure_arm_compute] Fix no return value (#1382)
2018-05-28 박종현/동작제어Lab... [Pure CL runtime] Fix undefined references (#1380)
2018-05-28 서상민/동작제어Lab... Include cstring for memcpy (#1378)
2018-05-28 이춘석/동작제어Lab... Add Extended NNAPI shim header (#1365)
2018-05-28 서상민/동작제어Lab... Include cassert in Diff.cpp (#1377)
2018-05-28 박종현/동작제어Lab... Introduce 'nnfw_find_package' (#1372)
2018-05-28 박종현/동작제어Lab... Use nnfw-internal NNAPIDelegate (#1370)
2018-05-28 박종현/동작제어Lab... Add tensorflow-based 'detection' example (#1368)
2018-05-28 박종현/동작제어Lab... Use common benchmark framework (#1371)
2018-05-28 박종현/동작제어Lab... Do NOT install libtensorflow-lite.a (#1375)
2018-05-28 박종현/동작제어Lab... [Pure CL runtime] Support general reshape (#1353)
2018-05-28 박종현/동작제어Lab... Move to CMake 3.1 (#1369)
2018-05-28 오형석/동작제어Lab... Operator selector: support topk_v2 and gather (#1361)
2018-05-25 박종현/동작제어Lab... Show every tensor diffs (#1356)
2018-05-25 오형석/동작제어Lab... Add topk_v2 and gather framework test (#1362)
2018-05-25 이춘석/동작제어Lab... make extern C for extended NNAPI (#1336)
2018-05-25 박종현/동작제어Lab... Allow build contrib projects when BUILD_LABS is on...
2018-05-25 박종현/동작제어Lab... Introduce 'tflite::Session' interface (#1350)
2018-05-25 윤현식/동작제어Lab... elementwise 'MUL' NEON kernel (#1337)
2018-05-25 이상규/동작제어Lab... Add CPU fallback for DIV and SUB (#1349)
2018-05-25 박종현/동작제어Lab... Use NNAPIDelegate implemented in nnfw (#1348)
2018-05-25 장지섭/동작제어Lab... Enable `toString()` to print struct, class and enum...
2018-05-25 오형석/동작제어Lab... Fix android build bug (#1340)
2018-05-25 윤현식/동작제어Lab... [ADD] make nnapi call [cl | neon]/addFloat32 (#1339)
2018-05-25 오형석/동작제어Lab... Operator selector: use operator range (#1327)
2018-05-25 이상규/동작제어Lab... Add explanation for building tizen package using docker...
2018-05-24 이상규/동작제어Lab... Add NN tests skip list for armv7l-tizen (#1335)
2018-05-24 이춘석/동작제어Lab... AddOperationEx supports extended DIV, SUB, STRIDED_SLIC...
2018-05-24 이춘석/동작제어Lab... Add STRIDED_SLICE_EX test to generated test (#1332)
2018-05-24 윤현식/동작제어Lab... [CL/NEON Kernel] add ADD operation to add two matrixes...
2018-05-24 김수진/동작제어Lab... Introduce new runtime based on pure_acl_runtime (#1325)
2018-05-24 장지섭/동작제어Lab... Add the CAST_EX operation performed as CPU fall-back...
2018-05-24 박종현/동작제어Lab... [NNAPI unittest] Add 'resize_bilinear_1' (#1321)
2018-05-24 박종현/동작제어Lab... [NNAPI unittest] Add 'add_1' (#1317)
2018-05-24 오형석/동작제어Lab... Git ignore format.path (#1330)
2018-05-24 이성재/동작제어Lab... Add option to control parallel build (#1328)
2018-05-24 박종현/동작제어Lab... [Pure CL Runtime] Support 'RESIZE_BILINEAR' operation...
2018-05-24 오형석/동작제어Lab... Operator selector: slim operator table (#1309)
2018-05-24 최형규/동작제어Lab... Enable framework test for RESIZE_BILINEAR (#1324)
2018-05-24 이춘석/동작제어Lab... Add STRIDE_SLICE,DIV,SUB as extended op (#1320)
2018-05-24 박종현/동작제어Lab... [Pure CL Runtime] Support 'ADD' operation (#1318)
2018-05-24 장지섭/동작제어Lab... Add CAST_EX to the skip list (#1313)
2018-05-24 최성진/동작제어Lab... [Gather Op] add Gather-2D operation test (#1296)
2018-05-24 김수진/동작제어Lab... Remove android dependency in TestValidation (#1316)
2018-05-24 최형규/동작제어Lab... Update external/tensorflow to the latest nnfw branch...
2018-05-24 최성진/동작제어Lab... [Gather Op] update gather operation to support Gather...
2018-05-24 최성진/동작제어Lab... [Topk_v2 Op] introduce topk_v2 test cases (#1304)
2018-05-23 윤현식/동작제어Lab... [ADD Op] enabled nnapi_test (#1311)
2018-05-23 오형석/동작제어Lab... Disable submodule update in Makefile (#1310)
2018-05-23 최성진/동작제어Lab... [Gather OP] add gather operation to nn runtime unittest...
2018-05-23 Saurav Babu... TFLiteSharp: Added methods to create model and build...
2018-05-23 최성진/동작제어Lab... [TopK_v2] introduce topk_v2 operation (#1301)
2018-05-23 이한종/동작제어Lab... Install OpenCL package for arm rootfs (#1307)
2018-05-23 윤현식/동작제어Lab... [CL kernel] element-wise mul (#1285)
2018-05-23 오형석/동작제어Lab... TFLiteFile tool: fix stride_slice bug (#1299)
2018-05-23 이춘석/동작제어Lab... Add STRIDED_SLICE CPU fall-back (#1297)
2018-05-23 오형석/동작제어Lab... Add strided_slice framework test (#1298)
2018-05-23 김정현/동작제어Lab... Use RS7-RuntimeNTools/ComputeLibrary for `externals...
2018-05-23 오형석/동작제어Lab... Model parser: simplify enum matching (#1293)
2018-05-23 이상규/동작제어Lab... Add nn tests skip list for armv7l-linux (#1292)
2018-05-23 장지섭/동작제어Lab... Add testing CAST_EX operation and supporting extended...
2018-05-23 오형석/동작제어Lab... Model parser: define class (#1291)
2018-05-21 이한종/동작제어Lab... Remove md5sum from config.sh files (#1290)
2018-05-21 이한종/동작제어Lab... Get md5sum of tflite files from the file server (#1289)
2018-05-21 김용섭/동작제어Lab... Convert test_driver.sh to one in python3 (#1277)
2018-05-21 이상규/동작제어Lab... Introduce skip list for nn runtime tests (#1287)
2018-05-21 이춘석/동작제어Lab... Remove gcc version check on tizen build (#1283)
2018-05-21 최형규/동작제어Lab... Add RESIZE_BILINEAR in runtimes/logging (#1284)
2018-05-21 박세희/동작제어Lab... Fix model_parser script (#1282)
2018-05-18 최성진/동작제어Lab... [Gather OP] add gather operation fall-back (#1267)
next