platform/core/ml/nnfw.git
2018-07-23 이한종/동작제어Lab... [neurun] Remove unnecessary log (#2044)
2018-07-20 오형석/동작제어Lab... Enable more pacl framework test (#2037)
2018-07-20 이한종/동작제어Lab... [neuron] Fix enabling reshape test (#2028)
2018-07-20 박세희/동작제어Lab... Tidy cmake, add help for external given defines (#2029)
2018-07-20 최성진/동작제어Lab... Fix and Modify typos (#2036)
2018-07-20 이상규/동작제어Lab... Add explanation how to enable nn generated test (#2034)
2018-07-20 남궁석/동작제어Lab... Add functions for Tanh in pure acl runtime (#1993)
2018-07-19 이춘석/동작제어Lab... Remove legacy runtime dependency (#2025)
2018-07-19 이한종/동작제어Lab... [neurun] Run Reshape test (#2026)
2018-07-19 이춘석/동작제어Lab... Remove kernal(/acl) from repo (#2023)
2018-07-19 이춘석/동작제어Lab... Remove runtimes/nn dir from repo (#2020)
2018-07-19 박세희/동작제어Lab... Fix cmake option for COVERAGE_BUILD (#2015)
2018-07-19 오형석/동작제어Lab... Fix checkpoint to pb file converter bug (#2022)
2018-07-19 박세희/동작제어Lab... Tidy cmake, separate apply compilation flags (#2014)
2018-07-19 이한종/동작제어Lab... [neurun] Change dir structure of acl_cl backend (#2021)
2018-07-19 오형석/동작제어Lab... Fix benchmark failure (#2001)
2018-07-19 이성재/동작제어Lab... Introduce FEATURE_REQUEST prodcess. (#2012)
2018-07-19 이한종/동작제어Lab... [neurun] Fix inception test name (#2017)
2018-07-19 이한종/동작제어Lab... [neurun] Rename build variables (#1997)
2018-07-19 이한종/동작제어Lab... [newrt] Support Concat from acl_cl backend (#2010)
2018-07-19 박세희/동작제어Lab... Tidy cmake, separate configuration flags (#2008)
2018-07-19 박세희/동작제어Lab... Tidy cmake, separate gtest support (#2007)
2018-07-19 이한종/동작제어Lab... [neurun] Change dir structure of cpu backend (#2006)
2018-07-19 이한종/동작제어Lab... [neuron] Implement Concat acl_cl kernel (#1986)
2018-07-18 박세희/동작제어Lab... Tidy cmake, relocate variables and options (#1992)
2018-07-18 윤현식/동작제어Lab... [tool] Converts TF checkpoint file to PB file (#1965)
2018-07-18 윤현식/동작제어Lab... [tool] TFLITE file generator for Squeeze operations...
2018-07-18 이한종/동작제어Lab... [neurun] Rename `new_runtime` to `neurun` (#1994)
2018-07-18 장지섭/동작제어Lab... Modify generate<uint8_t> of RandomGenerator to generate...
2018-07-18 박세희/동작제어Lab... Tidy cmake, separate identify_platform (#1991)
2018-07-18 박세희/동작제어Lab... Tidy cmake, apply indentation (#1989)
2018-07-17 윤현식/동작제어Lab... [tool] make pb_info.py prints name filtered by prefix...
2018-07-17 남궁석/동작제어Lab... Add functions for python script of test_driver (#1978)
2018-07-17 윤현식/동작제어Lab... [tool] Remove python 2.7 restriction (#1976)
2018-07-17 남궁석/동작제어Lab... Updates for python script of test_driver (#1971)
2018-07-17 남궁석/동작제어Lab... Updates shebang for python script of test_driver (...
2018-07-17 이한종/동작제어Lab... [newrt] Rename namespace `kernels` to `kernel` (#1964)
2018-07-17 이한종/동작제어Lab... [newrt] Update backend name to `acl_cl` (#1972)
2018-07-16 김수진/동작제어Lab... [newrt] Implement SoftMax kenrel for CPU (#1968)
2018-07-16 이한종/동작제어Lab... [newrt] Do not mmap for CPU tensor allocation (#1951)
2018-07-16 김수진/동작제어Lab... [newrt] Implement Reshape kernel for CPU (#1950)
2018-07-13 이춘석/동작제어Lab... Update nn_android_runtime_test to p-preview-4 (#1935)
2018-07-13 이한종/동작제어Lab... [newrt] Require ARMCompute for build (#1949)
2018-07-13 김수진/동작제어Lab... [newrt] Implement FullyConnected kernel for CPU (#1943)
2018-07-13 장지섭/동작제어Lab... Change the rounding policy of MUL from TO_ZERO to TO_NE...
2018-07-11 오형석/동작제어Lab... Build ACL in svace build (#1947)
2018-07-11 이한종/동작제어Lab... [newrt] Let the user select backend per operation ...
2018-07-11 최성진/동작제어Lab... Change from implicit namespace to Explicit (#1938)
2018-07-11 최성진/동작제어Lab... Introduce explicit padding in max pooling (#1923)
2018-07-11 윤현식/동작제어Lab... Prints summary of pb file (#1946)
2018-07-11 오형석/동작제어Lab... Fix makefile for svace (#1945)
2018-07-11 이한종/동작제어Lab... [newrt] Remove unused code (#1944)
2018-07-11 이춘석/동작제어Lab... Skip GeneratedTests.concat_quant8_2 (#1942)
2018-07-11 최성진/동작제어Lab... Add explicit padding to dconv (#1937)
2018-07-11 이춘석/동작제어Lab... Add failed test(preview4) into skiplist (#1934)
2018-07-11 오형석/동작제어Lab... Update ARM CL to v18.05 (#1925)
2018-07-11 최성진/동작제어Lab... Add explicit padding to conv (#1936)
2018-07-11 최성진/동작제어Lab... Add explicit padding to average pooling (#1928)
2018-07-10 김수진/동작제어Lab... [newrt] Implement Concat kernel for CPU (#1924)
2018-07-10 오형석/동작제어Lab... Update tflite file API (#1832)
2018-07-10 이춘석/동작제어Lab... Set pureacl runtime to be the main runtime (#1908)
2018-07-10 김수진/동작제어Lab... [newrt] Implement MaxPool kernel for CPU (#1919)
2018-07-10 장지섭/동작제어Lab... Add QuantizationInfo to TensorInfo in operands that...
2018-07-10 장지섭/동작제어Lab... Fix wrong inclusion and scale value in nnapi_unittests...
2018-07-10 이춘석/동작제어Lab... Add strided_slice_ex_float_10 to skip list (#1910)
2018-07-10 김용섭/동작제어Lab... Introduce new UnsupportedOperationCount class (#1876)
2018-07-10 김수진/동작제어Lab... [Refactor] Remove if/else(switch case) of rank for...
2018-07-10 장지섭/동작제어Lab... Enable other type of operands in FC operation (#1895)
2018-07-10 윤지영/동작제어Lab... tools/nnapi_unittest runs as GTest (#1810)
2018-07-10 오형석/동작제어Lab... Turn off warning on g++ 6.+ (#1916)
2018-07-10 최성진/동작제어Lab... Add testcase for left rank < right rank (#1787)
2018-07-09 이춘석/동작제어Lab... Remove incorrect link_library to neuralnetworks (#1918)
2018-07-09 장지섭/동작제어Lab... Enables other type of operands in CONV2D operation...
2018-07-09 오형석/동작제어Lab... [New runtime] Skeleton for addOperationEx (#1913)
2018-07-09 장지섭/동작제어Lab... Update ACL (Cast float to qasymm8) (#1881)
2018-07-09 이춘석/동작제어Lab... Disable pureacl/new runtine build which depends on...
2018-07-09 장지섭/동작제어Lab... Change the scale value of unit test related to the...
2018-07-09 김수진/동작제어Lab... [newrt] Remove CPU prefix of ConvolutionLayer class...
2018-07-09 이춘석/동작제어Lab... --env-file option for docker cross arm build (#1879)
2018-07-09 최성진/동작제어Lab... Modify wrong values in testcases (#1865)
2018-07-09 김수진/동작제어Lab... [newrt] Fix build failure in > gcc 5.6 (#1898)
2018-07-09 이춘석/동작제어Lab... Remove test build from newruntime build (#1903)
2018-07-09 이상규/동작제어Lab... Update NeuralNetworks.h from android-p-prevew-4 (#1905)
2018-07-09 이춘석/동작제어Lab... link runtime_run_android_nn_test to nnapi_puer_arm_comp...
2018-07-06 이춘석/동작제어Lab... Fix link error when linking runtime_run_android_nn_test...
2018-07-06 장지섭/동작제어Lab... Enable the kTfLiteUInt8 of the input operands in Random...
2018-07-06 김수진/동작제어Lab... [newrt] Implement AvgPool kernel for CPU (#1880)
2018-07-06 이한종/동작제어Lab... Introduce EnvVar class (#1884)
2018-07-06 이춘석/동작제어Lab... Define android nn test skiplist for pure arm compute...
2018-07-05 장지섭/동작제어Lab... Add unit test for operations that support ANEURALNETWOR...
2018-07-05 이춘석/동작제어Lab... Add buildscript for new runtime (#1875)
2018-07-05 김용섭/동작제어Lab... Apply OperatorParser to model_parser.py (#1871)
2018-07-05 이한종/동작제어Lab... [newrt] Use ACL backend for all operations (#1874)
2018-07-05 김수진/동작제어Lab... Apply format checker to new runtime (#1872)
2018-07-05 이한종/동작제어Lab... [CMake] Extract building runtime test as a param (...
2018-07-05 이춘석/동작제어Lab... Create frameworktest list file for new runtime (#1869)
2018-07-05 김용섭/동작제어Lab... Introduce OperatorParser for model_parser (#1858)
2018-07-05 김용섭/동작제어Lab... Introduce OperationCount and PerfPredictor (#1859)
2018-07-05 윤지영/동작제어Lab... Add nnapi_unittest for ReLU1 (#1864)
2018-07-05 이춘석/동작제어Lab... Disable logistic/l2pool2d on framework test (#1856)
next