platform/core/ml/nnfw.git
2019-05-02 오형석/On-Device... Remove unused RandomObject.h (#5108)
2019-04-30 이성재/On-Device... Software requirement specification for 2019 (#5105)
2019-04-30 이한종/On-Device... Introduce SubgraphIndex (#5106)
2019-04-30 Дилшоджон Умронхонов... Add HowtoMakeSampleAppOnNnfw.md (#4129)
2019-04-30 오형석/On-Device... Remove return in cpu backend kernel (#5096)
2019-04-30 이한종/On-Device... [dotdump] Remove Operation LowerInfo (#5087)
2019-04-30 오형석/On-Device... Activation range calculator using internal type (#5093)
2019-04-30 이한종/On-Device... Use nchw::View instead of Reader (#5084)
2019-04-30 이한종/On-Device... Move graph::Index to util::Index (#5094)
2019-04-30 이한종/On-Device... Remove Operation::InitParam (#5095)
2019-04-30 오형석/On-Device... Introduce activation and padding type converter (#5092)
2019-04-30 김용섭/On-Device... [neurun] Revise Executor classes to have a proper conta...
2019-04-30 오형석/On-Device... Execute add operation in interpreter (#5088)
2019-04-29 오형석/On-Device... Prepare interpreter add operation (#5060)
2019-04-29 오형석/On-Device... Introduce neurun activation and padding enum class...
2019-04-26 오형석/On-Device... [neurun] Enable Split op in neurun (#5068)
2019-04-26 오형석/On-Device... Enable custom oprations test (#5071)
2019-04-25 이한종/On-Device... [neurun] Rename classes in model::operand (#5062)
2019-04-25 오형석/On-Device... Remove usage field in operand (#5066)
2019-04-24 이한종/On-Device... [neurun] Rename classes in model::operation (#5018)
2019-04-24 이한종/On-Device... Implement COPY kernel for PermuteLayer (#5052)
2019-04-24 오형석/On-Device... Remove operand usage check in neurun internal (#5057)
2019-04-24 오형석/On-Device... Check operand usage in frontend (#5056)
2019-04-24 오형석/On-Device... Remove make tflite (#5055)
2019-04-24 오형석/On-Device... Update howto document (#5047)
2019-04-23 오형석/On-Device... Rename hasData to isConstant (#5046)
2019-04-23 오형석/On-Device... Fix LD_LIBRARY_PATH setting for model benchmark (#5051)
2019-04-23 오형석/On-Device... Fix validation test (#5034)
2019-04-23 오형석/On-Device... Manage operand stack and operation stack for interpreta...
2019-04-23 오형석/On-Device... Introduce operand usage vectorin frontend (#5039)
2019-04-23 오형석/On-Device... Introduce build option for tflite accuracy tool (#5048)
2019-04-23 오형석/On-Device... Change default runtime to neurun (#5042)
2019-04-23 Saulo Aldighieri... [batch_run] A batch execution tool used to run experime...
2019-04-23 오형석/On-Device... Remove operand usage getter methods (#5038)
2019-04-22 오형석/On-Device... Ignore try-run result on cross build (#5031)
2019-04-22 오형석/On-Device... Change ARGMAX definition (#5021)
2019-04-19 김용섭/On-Device... Add printing info for filled memory in model_parser...
2019-04-19 오형석/On-Device... Use POSITION_INDEPENDENT_CODE property for tflite build...
2019-04-18 김용섭/On-Device... [neurun] Apply code for merging node into subgraph...
2019-04-18 오형석/On-Device... Remove OBS_BUILD cmake define in Makefile (#5017)
2019-04-18 오형석/On-Device... Prepare operand stack in interpreter (#5015)
2019-04-18 김용섭/On-Device... [neurun] Apply SubgraphContext(1 subgraph 1 node) ...
2019-04-18 박세희/On-Device... Fix CMake to use STATUS for message (#5016)
2019-04-17 오형석/On-Device... Interpreter ITensor Inherit backend ITensor (#5005)
2019-04-17 이한종/On-Device... [neurun] Rename operation::Node as Operation (#5013)
2019-04-17 Aleksei Grebenkin... Fix a couple of noticeable clang static analyzer warnin...
2019-04-17 오형석/On-Device... Fix define in cker header file (#5007)
2019-04-17 이상규/On-Device... Fix OperationIndex build break from Subgraph (#5012)
2019-04-17 오형석/On-Device... Introduce interpreter class (#5006)
2019-04-16 김용섭/On-Device... [neurun] Introduce SubgraphContext class (#4995)
2019-04-16 오형석/On-Device... Modify cpu average pool kernel (#5004)
2019-04-16 이한종/On-Device... [neurun] Rename operation::Index as OperationIndex...
2019-04-15 오형석/On-Device... Remove axis conversion in libs/ARMComputeEx (#4992)
2019-04-15 오형석/On-Device... Move gemmlowp code in cker (#4998)
2019-04-15 김용섭/On-Device... [neurun] Change from SubgraphSet to SubgraphSequence...
2019-04-15 오형석/On-Device... Remove OpenCLEx codes (#4993)
2019-04-15 오형석/On-Device... Interpreter use info structure in model (#4988)
2019-04-15 오형석/On-Device... Remove script call in acl test (#4991)
2019-04-11 오형석/On-Device... Remove install backend kernel (#4979)
2019-04-11 오형석/On-Device... Move backend cmake setting into each backend (#4976)
2019-04-11 오형석/On-Device... Add more coverage test (#4977)
2019-04-11 이상규/On-Device... [neurun] add ExecManager::{setInput,setOutput} unit...
2019-04-11 오형석/On-Device... Remove cpu backend build dependency with tflite (#4975)
2019-04-11 박종현/On-Device... [ubun] Introduce Softmax microbenchmark (#4974)
2019-04-10 이상규/On-Device... [neurun] Remove type and shape argument from Executor...
2019-04-10 오형석/On-Device... Remove unused util function in cpu backend (#4971)
2019-04-10 이한종/On-Device... [neurun] Framework test with acl_neon backend (#4961)
2019-04-10 오형석/On-Device... Remove tflite macro and type in cker library (#4966)
2019-04-10 오형석/On-Device... Introduce cpu quant8 softmax kernel (#4953)
2019-04-10 오형석/On-Device... Fix copyright (#4967)
2019-04-10 Андрей Шедько... [NNFW] optimized Conv on CPU (#4964)
2019-04-10 오형석/On-Device... Move rootfs setting into cmake/buildtool/cross (#4958)
2019-04-09 Sergei Chicherin... Update HowToUseDockerImage.md (#4445)
2019-04-09 오형석/On-Device... Fix copyright checker (#4954)
2019-04-09 오형석/On-Device... Ignore directories generated by coverage scripts (...
2019-04-09 이상규/On-Device... [neurun] Remove redundant virtual from override functio...
2019-04-09 박천교/On-Device... Update usage example of unittest script (#4949)
2019-04-09 박천교/On-Device... Use variable for nnapi unittest install (#4951)
2019-04-09 Дилшоджон Умронхонов... Add copyright checker for newly added files (#4214)
2019-04-09 박천교/On-Device... Correct architecture in skip file (#4950)
2019-04-08 오형석/On-Device... Remove deprecated header include in neurun cpu kernel...
2019-04-04 이상규/On-Device... [neurun] Garden and remove redundunt code from ExecMana...
2019-04-04 장지섭/On-Device... [neurun] Eliminate the concept of scalar type (#4929)
2019-04-04 장지섭/On-Device... [PACL] Fix wrong setting of for SpaceToBatch in NHWC...
2019-04-04 장지섭/On-Device... [neurun] Fix a typo (#4931)
2019-04-04 이상규/On-Device... [neurun] Fix wrong output operand in ExecManager test...
2019-04-04 이한종/On-Device... [neurun] Enable Test DataflowExecutor (#4924)
2019-04-04 이상규/On-Device... [neurun] Simpify TypeInfo constructor using default...
2019-04-04 Павел Ильютченко... Fix some errors from Clang compiler (#4915)
2019-04-03 장지섭/On-Device... Fix x64-push-builder-tester #4922 (#4923)
2019-04-03 장지섭/On-Device... Support GREATER_EQUAL and LESS (#4900)
2019-04-03 오형석/On-Device... Remove deprecated cmake variables (#4913)
2019-04-03 이상규/On-Device... [neurun] Allow integer list for neurun::operand::Shape...
2019-04-03 오형석/On-Device... Divide by zero check in average pool (#4916)
2019-04-02 오형석/On-Device... Remove unused header in cpu backend ReshapeLayer (...
2019-04-02 오형석/On-Device... Introduce cpu quant8 fully connected kernel (#4918)
2019-04-01 이춘석/On-Device... Fix coverage build fail on gbs (#4912)
2019-04-01 오형석/On-Device... Introduce float softrmax cpu kernel (#4911)
2019-04-01 오형석/On-Device... Introduce cpu quant8 convolution kernel (#4910)
2019-04-01 오형석/On-Device... Introduce float fully connected kernel (#4894)
next