platform/core/ml/nnfw.git
2018-04-17 오형석/동작제어Lab... Coding rule check script (#730)
2018-04-17 오형석/동작제어Lab... Clang format file for cpp coding rule (#712)
2018-04-17 김정현/동작제어Lab... [NNOP] Introduce MatrixOutputAccessor (#741)
2018-04-17 박세희/동작제어Lab... Register ACL operators to NN runtime (#721)
2018-04-17 김수진/동작제어Lab... Rename and relocate logging for runtime (#713)
2018-04-17 김수진/동작제어Lab... Fix unusual assertion in CONV2D Op. (#707)
2018-04-17 김용섭/동작제어Lab... Implement Usage of test_driver.sh (#727)
2018-04-17 박세희/동작제어Lab... Fix softmax with ACL (#733)
2018-04-17 김수진/동작제어Lab... Remove original ExecutionCallback inheritance (#728)
2018-04-17 김수진/동작제어Lab... Remove remaining ExecutionPlan codes in ExecutionBuilde...
2018-04-17 김수진/동작제어Lab... Add NYI message instead of assertion in CpuExecutor...
2018-04-17 김용섭/동작제어Lab... Add options for run_test.sh (#715)
2018-04-17 최형규/동작제어Lab... Show total number of unittest set (#710)
2018-04-17 서상민/동작제어Lab... Add how-to-contribute document (#718)
2018-04-17 최성진/동작제어Lab... add pooling test cases which are similar to inception...
2018-04-17 박종현/동작제어Lab... [Pure ACL Runtime] Support Fully Connected (#731)
2018-04-17 이춘석/동작제어Lab... Build fix on nnfw_support_nnapi by adding -fPIC (#714)
2018-04-16 박종현/동작제어Lab... [NNAPI Random Test] Add 'fully_connected_1' test (...
2018-04-16 박종현/동작제어Lab... [Pure ACL Runtime] Support Softmax (#726)
2018-04-16 서상민/동작제어Lab... contrib: add the top-level CMakeLists and example ...
2018-04-16 김용섭/동작제어Lab... Print result of framework test on test_driver.sh (...
2018-04-16 김정현/동작제어Lab... [NNOP] Introduce VectorInputAccessor (#717)
2018-04-16 김용섭/동작제어Lab... Add benchmark test to test_driver.sh (#648)
2018-04-16 최성진/동작제어Lab... Add a testcase of pooling with Activation RELU (#696)
2018-04-16 박종현/동작제어Lab... [Pure ACL] Partially Support Reshape Operation (#709)
2018-04-16 박세희/동작제어Lab... Apply build type to ACL scons build (#701)
2018-04-16 서상민/동작제어Lab... Create a contrib directory and add README (#702)
2018-04-16 김정현/동작제어Lab... [NNOP] Introduce NEON Reshape layer (#705)
2018-04-16 김정현/동작제어Lab... [NNOP] Add more unit tests for FC (#703)
2018-04-16 박종현/동작제어Lab... [Pure ACL Runtime] Set Stride before setting padding...
2018-04-16 이상규/동작제어Lab... Tizen gbs build TestGenerated from Android NN test...
2018-04-16 이상규/동작제어Lab... g++-6.3 can build TestGenerated from Android NN test...
2018-04-16 김정현/동작제어Lab... [NNOP] Process various dimensions of weights and ouput...
2018-04-16 박세희/동작제어Lab... Add Softmax in NEON (#691)
2018-04-16 김용섭/동작제어Lab... Substitue run_tests.sh to test_driver.sh for make check...
2018-04-16 박종현/동작제어Lab... [Pure ACL Runtime] Support 'Concat' operation (#693)
2018-04-16 오형석/동작제어Lab... Model parser: new operators by toco (#684)
2018-04-16 박세희/동작제어Lab... Fix softmax xls formula (#688)
2018-04-16 박세희/동작제어Lab... Separate Conv2D neon implementation (#686)
2018-04-16 박종현/동작제어Lab... Use hybrid epsilon comparison on test (#685)
2018-04-16 최형규/동작제어Lab... Update cross build script (#675)
2018-04-16 박종현/동작제어Lab... [Pure ACL Rumtime] Support AvgPool2D op execution ...
2018-04-16 박종현/동작제어Lab... [Pure ACL Runtime] Set Padding for Conv2D op (#681)
2018-04-16 박종현/동작제어Lab... [NNAPI Random Tests] Add 'reshape_1' test (#679)
2018-04-16 박세희/동작제어Lab... Remove Flag and use global util IntAccessor (#682)
2018-04-16 김정현/동작제어Lab... [NNOP unittest] Use TensorWrapper for FC (#651)
2018-04-16 박세희/동작제어Lab... Move unused code for Conv2D (#677)
2018-04-16 박종현/동작제어Lab... [Pure ACL] Record AvgPool2D operation in model (#671)
2018-04-16 박종현/동작제어Lab... [Pure ACL] Support valid padding for MaxPool2D (#670)
2018-04-15 최형규/동작제어Lab... Update document regarding docker image (#635)
2018-04-15 박종현/동작제어Lab... [NNAPI Random Test] Add 'concat_1' case (#674)
2018-04-15 김정현/동작제어Lab... Fix comment in extract.py (#672)
2018-04-13 김정현/동작제어Lab... Introduce print_op.py (#673)
2018-04-13 박세희/동작제어Lab... Temporary separate support class from Conv2D (#665)
2018-04-13 박종현/동작제어Lab... Extract implementations into separate files (#668)
2018-04-13 박종현/동작제어Lab... Allow padding type configuration for 'max_pool_1' ...
2018-04-13 박종현/동작제어Lab... [Pure ACL Runtime] Support ReLU activation for Conv2D...
2018-04-13 최형규/동작제어Lab... Apply nnfw_kernel to 6 kernels used by inception v3...
2018-04-13 김정현/동작제어Lab... [NNOP] Use CLUniqueTensor for FC (#652)
2018-04-13 박세희/동작제어Lab... Add more tests of Softmax kernel on ACL (#647)
2018-04-13 이춘석/동작제어Lab... Add tizen gbs build script (#625)
2018-04-13 이상규/동작제어Lab... Update Android NN runtime TestGenerated (#645)
2018-04-13 김수진/동작제어Lab... Enable NN Runtime unit tests in CI (#627)
2018-04-13 박종현/동작제어Lab... [Pure ACL Runtime] Support weight initialization (...
2018-04-13 김정현/동작제어Lab... [NNOP] Introduce various init functions in TensorWrappe...
2018-04-13 박종현/동작제어Lab... [NNAPI Random Test] Introduce 'avg_pool_1' (#646)
2018-04-13 박종현/동작제어Lab... [NNAPI random test] Introduce 'max_poool_1' (#643)
2018-04-13 김정현/동작제어Lab... [NNOP] Introduce MatrixWeightAccessor and VectorOutputA...
2018-04-13 박세희/동작제어Lab... Add Softmax kernel on ACL (#642)
2018-04-13 김정현/동작제어Lab... [NNOP] support vector and matrix in fromNNShape() ...
2018-04-13 최형규/동작제어Lab... Add Dockerfile_tizen (#634)
2018-04-13 박종현/동작제어Lab... [Pure ACL Runtime] Support MaxPool2D op execution ...
2018-04-13 김수진/동작제어Lab... Remove the original constructor of StepExecutor and...
2018-04-12 박종현/동작제어Lab... Introduce RandomTestRunner (#633)
2018-04-12 박종현/동작제어Lab... [Pure ACL Runtime] Introduce logging infrastructure...
2018-04-12 최성진/동작제어Lab... add other test cases in pooling (#631)
2018-04-12 최형규/동작제어Lab... Extract nnfw_kernel selection into a macro (#626)
2018-04-12 박종현/동작제어Lab... Fix NNAPI implementation for logging (#630)
2018-04-12 김용섭/동작제어Lab... Apply tap for test framework (#618)
2018-04-12 박종현/동작제어Lab... Fix Tizen cross-build break (#628)
2018-04-12 김용섭/동작제어Lab... Add handling options to test_driver.sh (#622)
2018-04-12 김정현/동작제어Lab... Introduce TensorWrapper for unittesting (#619)
2018-04-12 최성진/동작제어Lab... Initial version of ACL pooling with NEON (#621)
2018-04-12 박종현/동작제어Lab... [Pure ACL NN Runtime] Add Source/Sink (#615)
2018-04-12 최형규/동작제어Lab... Use CPU kernel as a default kernel (#614)
2018-04-12 박종현/동작제어Lab... [Pure ACL Runtime] Set Conv2D strides (#608)
2018-04-12 이상규/동작제어Lab... Add missed TestGenerated.cpp in Android NN tests (...
2018-04-12 최성진/동작제어Lab... [NNOP]Introduce average pooling (#610)
2018-04-12 김수진/동작제어Lab... Clean include section of Callbacks.h (#600)
2018-04-12 박세희/동작제어Lab... Initial version of ACL Conv2D with NEON (#602)
2018-04-12 박종현/동작제어Lab... [Pure ACL] Allow model to include MaxPool2D op (#606)
2018-04-12 박종현/동작제어Lab... Use correct ANeuralNetworksExecution_setOutput signatur...
2018-04-12 김정현/동작제어Lab... [NNOP] The first version of NEON FC layer (#573)
2018-04-12 박종현/동작제어Lab... Introduce nnfw_support_nnapi (#603)
2018-04-12 김정현/동작제어Lab... Extract CLUniqueTensor to another file (#578)
2018-04-12 박종현/동작제어Lab... [Pure ACL NN Runtime] Implement basic compilation ...
2018-04-12 김정현/동작제어Lab... FIX: build fail due to fromNNShape() (#599)
2018-04-12 박종현/동작제어Lab... Implement naive feature map and kernel update (#585)
2018-04-11 최성진/동작제어Lab... [NNOP] First version of MaxPoolingFloat32 (#563)
2018-04-11 이춘석/동작제어Lab... Fix tizen cross/obs build fail (#595)
next