platform/core/ml/nnfw.git
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)
2018-04-11 오형석/동작제어Lab... New inception models test and change default (#579)
2018-04-11 이춘석/동작제어Lab... exit when unittet fail (#587)
2018-04-11 김수진/동작제어Lab... Uncomment remaining comment of LOG in ModelBuilder...
2018-04-11 이상규/동작제어Lab... Enable building Android NN tests (#580)
2018-04-11 오형석/동작제어Lab... Bug fix in run_test.sh (#586)
2018-04-11 박세희/동작제어Lab... Rename acl Conv2D filename (#574)
2018-04-11 김수진/동작제어Lab... Remove temporary include of ErrorStatus in ExecutionBui...
2018-04-11 김수진/동작제어Lab... Remove unused PreparedModelCallback (#555)
2018-04-11 김수진/동작제어Lab... Remove partitioning(device) functions in ExecutionBuild...
2018-04-11 박종현/동작제어Lab... Initialize CLScheduler inside NN runtime (#548)
2018-04-11 김정현/동작제어Lab... [NNOP] Remove unnecessary blank line (#576)
2018-04-11 박종현/동작제어Lab... [NNAPI Unittest Conv1] Initialize inputs correctly...
2018-04-11 김정현/동작제어Lab... Apply RELU to the FC layer. (#572)
2018-04-11 김정현/동작제어Lab... [NNOP] Introduce module shape (#570)
2018-04-11 박종현/동작제어Lab... Support ReLU activation (#571)
2018-04-11 박세희/동작제어Lab... Gather acl kernel operator prototypes (#569)
2018-04-11 박세희/동작제어Lab... Update convolution manual calculation xls (#562)
2018-04-11 김정현/동작제어Lab... [NNOP] The first version of reshape layer (#566)
2018-04-11 서상민/동작제어Lab... Remove ext libs used to build TF Lite (#541)
2018-04-11 박세희/동작제어Lab... Move conv kernel to cl folder (#561)
2018-04-11 서상민/동작제어Lab... tflite_run: initialize _elapsed in ElapsedTime (#559)
2018-04-11 박세희/동작제어Lab... Add 3x5 2 kernel convolution test (#552)
2018-04-11 김정현/동작제어Lab... Introduce interactive docker option (#545)
2018-04-11 박종현/동작제어Lab... [Pure ACL] Fix build break (#556)
2018-04-11 박세희/동작제어Lab... Fix convolution kernel test failure (#557)
2018-04-11 김정현/동작제어Lab... [NNOP] The first version of fullyConnectedFloat32 ...
2018-04-11 김수진/동작제어Lab... Remove functions used in only ExecutionPlan in Executio...
2018-04-11 박종현/동작제어Lab... Introduce CLUniqueTensor (#551)
2018-04-11 박종현/동작제어Lab... [Pure ACL] Pass NNAPI model to execution (#544)
2018-04-11 박종현/동작제어Lab... Set arm_compute::TensorShape for bias correctly (#549)
2018-04-11 이춘석/동작제어Lab... Remove comment from test_driver.sh (#542)
2018-04-11 박종현/동작제어Lab... Invoke NNFW ACL kernels via runtime (#535)
2018-04-10 TANUJ TEKRIWAL... Enable RESHAPE of CpuExecutor. (#496)
2018-04-10 이상규/동작제어Lab... Bring Android NN Runtime Generated Tests (#463)
2018-04-10 박종현/동작제어Lab... [Pure ACL] Store Network Inputs/Ouputs (#543)
2018-04-10 김정현/동작제어Lab... Extract general functions from Conv2D_acl.test.cpp...
2018-04-10 서상민/동작제어Lab... Update the TensorFlow submodule to the latest commit...
2018-04-10 최형규/동작제어Lab... Fix broken links to tensorflow (#538)
2018-04-10 이춘석/동작제어Lab... Fix obs build fail on libkernelacl (#531)
2018-04-10 박종현/동작제어Lab... Return correctly on NNAPI test failure (#536)
2018-04-10 박종현/동작제어Lab... [Pure ACL NNRT] Introduce Conv2D Param Constructor...
2018-04-10 박종현/동작제어Lab... Use N/H/W/C ordering for fromNNShape (#530)
2018-04-10 이춘석/동작제어Lab... generate xml test result for unittest (#527)
2018-04-10 김수진/동작제어Lab... Clean includes in NeuralNetworks.cpp (#533)
2018-04-10 김수진/동작제어Lab... Remove unused includes and codes in CompilationBuilder...
2018-04-10 김수진/동작제어Lab... Remove unused functions and includes in ModelBuilder...
2018-04-10 박종현/동작제어Lab... Introduce nnfw::util::tensor::Object (#505)
next