[ML][Single] Implemented SingleShot.output member - get 64/252064/4
authorPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Fri, 22 Jan 2021 07:27:53 +0000 (08:27 +0100)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Tue, 26 Jan 2021 05:53:00 +0000 (06:53 +0100)
commitbf07405c394a22aa3b0af1a12b0a463fb3e5e58a
treefb149bda6a8be8566dd3773d52c5901e17fe8c6b
parentefd1b8a69bf615d00f42d69a90e72663d3662fd4
[ML][Single] Implemented SingleShot.output member - get

[ACR] https://code.sec.samsung.net/jira/browse/TWDAPI-273

[Verification] Code compiles without errors.
Checked in Chrome console:
// open model
var model = tizen.ml.single.openModel("documents/mobilenet_v1_1.0_224_quant.tflite")
// below works well
model.input.getDimensions(0)
model.output.getDimensions(0)

Change-Id: I43120610873a455eb813bb02db9c3eeff7a02e91
src/ml/js/ml_single.js
src/ml/ml_instance.cc
src/ml/ml_instance.h
src/ml/ml_single_manager.cc
src/ml/ml_single_manager.h
src/ml/ml_singleshot.cc
src/ml/ml_singleshot.h