[locomotiv] Implement inference for session (#3419)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 9 May 2019 06:57:46 +0000 (15:57 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 9 May 2019 06:57:46 +0000 (15:57 +0900)
commite799cd0ce9e33b412b5331efade35628613f3a48
treee75b75e0923eafcc1a40520ccbe4f516e62f356c
parent7e181ab907e93aa42cbe1415bc75445784b1062e
[locomotiv] Implement inference for session (#3419)

This commit implements Session::infer() which does inference. It also
shows test how to use this.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
contrib/locomotiv/include/locomotiv/Session.h
contrib/locomotiv/src/Session.cpp
contrib/locomotiv/src/Session.test.cpp