From: Piotr Kosko Date: Mon, 25 Jan 2021 10:10:06 +0000 (+0000) Subject: Merge "[ML][pipeline] Implement Pipeline::getValve()" into tizen X-Git-Tag: submit/tizen/20210128.113801~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50ca9dc27451f9c3abe9d7dd87c07d085c6e9537;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Merge "[ML][pipeline] Implement Pipeline::getValve()" into tizen --- 50ca9dc27451f9c3abe9d7dd87c07d085c6e9537 diff --cc src/ml/ml.gyp index 62490a50,cc6c5b81..cd692f14 --- a/src/ml/ml.gyp +++ b/src/ml/ml.gyp @@@ -24,13 -24,12 +24,14 @@@ 'ml_pipeline_switch.cc', 'ml_pipeline_switch.h', #TODO pipeline Source - #TODO pipeline Valve + 'ml_pipeline_valve.h', + 'ml_pipeline_valve.cc', 'ml_tensors_info_manager.cc', 'ml_tensors_info_manager.h', - #TODO single SingleShotManager - #TODO single SingleShot + 'ml_single_manager.cc', + 'ml_single_manager.h', + 'ml_singleshot.cc', + 'ml_singleshot.h', 'ml_utils.cc', 'ml_utils.h', ],