platform/upstream/nnstreamer.git
2019-01-24 Mauro Carvalho... [Documentation] Update install instructions
2019-01-24 Hyoung Joo Ahn[Decoder/BoundingBox] rename parameters just for tf...
2019-01-24 Jaeyun[Build] update document and include path
2019-01-24 Jaeyun[Build] remove cmake
2019-01-23 Jaeyun[Common] change caps format for other/tensor
2019-01-23 Jaeyun[Document] update documents
2019-01-22 jijoong.moon[Repo] Add test cases for negotiation check
2019-01-22 Hyoung Joo Ahn[Filter] correct misspells and improper logic
2019-01-21 jijoong.moon[Repo] Add checking caps compatibility between repo_src...
2019-01-21 MyungJoo HamDIST: apply meson/ninja to debian build
2019-01-21 MyungJoo Ham[CI Fix] Temporarily Disable App Test
2019-01-21 Hyoung Joo Ahn[Filter/Tensorflow] remove `memcpy` of the output tenso...
2019-01-21 Jaeyun[Meson] clean script for unittest
2019-01-21 Jaeyun[Example] remove all exec-examples
2019-01-21 Jaeyun[Meson] change dependency for thread
2019-01-20 Hyoung Joo Ahn[Example] use an existed function rather than custom
2019-01-20 Hyoung Joo Ahn[Filter/Example] apply destroyNotify() callback at...
2019-01-19 Jaeyun[Filter] remove definition of supported framework
2019-01-19 Hyoung Joo Ahn[Documentation] update the doc readme&getting-started...
2019-01-17 Hyoung Joo Ahn[Filter] add a method destoryNotify() to handle data...
2019-01-17 Jaeyun[Meson] add dependency for generated files
2019-01-17 Jaeyun[Meson/Example] update script to install python example
2019-01-17 Jaeyun[Example] remove unnecessary examples
2019-01-17 Hyoung Joo Ahn[Filter/Tensorflow] fix bug at input tensor
2019-01-15 Jaeyun[Filter/Common] common functions for tensor info
2019-01-14 Jaeyun[Test] remove unnecesary file
2019-01-14 jijoong.moon[Repo] Fix the test case dimension
2019-01-14 Jaeyun[Build] remove unnecessary installation
2019-01-14 MyungJoo HamPlug-and-play sub-plugins for Tensor_Filter
2019-01-14 Jaeyun[Converter] remove code to update property
2019-01-14 MyungJoo HamReviewer List Updated
2019-01-14 Jaeyun[Meson] change option name
2019-01-14 Jaeyun[Test] remove warning in testcases
2019-01-14 Jaeyun[Build] change dir structure
2019-01-09 Jaeyun[Example] remove script to build test-app
2019-01-09 Hyoung Joo Ahn[Example] Upload the tensorflow example
2019-01-08 Hyoung Joo Ahn[Unittest] Tensorflow unittest with MNIST
2019-01-07 Jaeyun[Filter] reset prop values when closing nnfw
2019-01-07 Jaeyun[Test] add testcases for tensor-aggregator
2019-01-07 Jaeyun[Split] use common functions
2018-12-21 Jaeyun[Meson] gbs build using meson
2018-12-21 Jaeyun[Meson] set dependency with include dir
2018-12-21 Jaeyun[Filter/TF] change macro to copy in/out tensor
2018-12-20 Jaeyun[Filter/Cmake] link proper modules
2018-12-20 MyungJoo HamFixed typo in the comments
2018-12-20 HyoungjooAhn[Filter/Tensorflow] add an exception case for tensorflow
2018-12-20 Jaeyun[Filter/TF] fix warning
2018-12-19 Jaeyun[Filter/TF/TF-lite] remove link of tensor-common
2018-12-19 HyoungjooAhn[Filter/Tensorflow] take the original rank of model...
2018-12-19 Wook Song[Test/TensorMux] Add test cases for multi-tensors multi...
2018-12-19 Wook Song[TensorMux] Support multi-tensors for input
2018-12-19 Jaeyun[Decoder] remove build warning
2018-12-19 Jaeyun[Meson/Submodule] install both static/shared libraries
2018-12-19 Jaeyun[Meson] add installation
2018-12-19 Jaeyun[Meson/Test] add code to make bmp2png for test
2018-12-19 Jaeyun[Meson/Example] dependency of examples
2018-12-19 Jaeyun[Meson] code clean
2018-12-19 Wook Song[Test] Set LD_PRELOAD to the nnstreamer library
2018-12-17 HyoungjooAhn[bugfix] fix checking the dimension of input tensor
2018-12-13 Jaeyun[Example/Cmake] remove unnecessary link
2018-12-13 Jaeyun[Example] remove common header
2018-12-13 Jaeyun[Test] add plugin path
2018-12-12 HyoungjooAhn[Filter] add condition to check input/output name
2018-12-11 Jaeyun Jung[Transform/Orc] remove unnecessary memcpy
2018-12-11 Jaeyun[Meson/CustomFilter] link custom-filter obj
2018-12-11 Jaeyun[Filter/TF] fix warning and check dependency
2018-12-09 MyungJoo Ham[Filter] Build Error Fix (gcc > 6)
2018-12-08 Jaeyun[Meson] add unittest
2018-12-08 Jaeyun[Meson] code clean
2018-12-08 Jaeyun[Meson] rename gst/glib dependency
2018-12-08 Jaeyun Jung[Converter] code clean
2018-12-08 HyoungjooAhn[Filter/Tensorflow] upload tensorflow draft
2018-12-07 Jaeyun[Test] add more testcases
2018-12-07 Jaeyun[Transform/Orc] code clean to prepare meson
2018-12-07 Jaeyun[Meson] include orc
2018-12-06 Jaeyun[Transform] apply orc functions
2018-12-06 Jaeyun[Orc] update functions for divide, typecast
2018-12-06 HyoungjooAhn[Filter] fix cmake typo about tensorflow
2018-12-05 Jaeyun[Orc] add functions for typecast
2018-12-05 HyoungjooAhn[Bug Fix] fix unused variables bug
2018-12-04 Geunsik Lim[Tool] Added a front-end GUI toolkit
2018-12-03 Jaeyun[Orc] update function for operator add/mul
2018-12-03 MyungJoo HamStart of 0.1.0 rc1 development
2018-12-03 MyungJoo HamRelease of v0.0.3 v0.0.3
2018-12-03 MyungJoo Ham[Common/Subplugin] Internal API to handle subplugins
2018-12-03 Jaeyun[Filter] update macros to avoid assertion
2018-12-03 MyungJoo Ham[Decoder] Coverity issue 1036581 fix
2018-12-03 Jaeyun Jung[Transform] limit typecast in arith mode
2018-12-03 Jaeyun[Orc] initial commit to add orc file
2018-12-03 sewon.oh[meson] add meson.build for example apps and custom...
2018-11-30 MyungJoo Ham[Filter] Support pipeline stop and go.
2018-11-30 MyungJoo Ham[Decoder] Do not die for option errors.
2018-11-30 jijoong.moon[Repo] Add runTest.sh for the dummy LSTM Test
2018-11-30 jijoong.moon[Repo] Split Cond variable to use push and pull the...
2018-11-30 MyungJoo Ham[Common/Conf] Fix coverity issue, uninitialized pointer...
2018-11-30 jijoong.moon[Repo] Fix the test bug
2018-11-30 jijoong.moon[Repo] Add MIME to limit for the tensor/tensors only...
2018-11-29 jijoong.moon[Repo] Fix bug return without releasing lock
2018-11-29 jijoong.moon[DummyLSTM] Add Dummy LSTM custom example
2018-11-29 jijoong.moon[Repo/RNN] Add dummy RNN test case
next