[nnfwapi] Introduce NNFW_STATUS_INSUFFICIENT_OUTPUT_SIZE (#3977)
authorHanjoung Lee <hanjoung.lee@samsung.com>
Tue, 25 Aug 2020 09:36:07 +0000 (18:36 +0900)
committerGitHub <noreply@github.com>
Tue, 25 Aug 2020 09:36:07 +0000 (18:36 +0900)
commitc4d56fe1be7d2b2394f15acf149afa956266e25c
treed3605b56e0b1e86f6461cab583e643d828a3f204
parent2fc69d0c71552778333f8f7eb2b0b6f681bb6c00
[nnfwapi] Introduce NNFW_STATUS_INSUFFICIENT_OUTPUT_SIZE (#3977)

Introduce NNFW_STATUS_INSUFFICIENT_OUTPUT_SIZE to give users
a better error code.

ONE-DCO-1.0-Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtime/onert/api/include/nnfw.h
runtime/onert/api/src/nnfw_api.cc
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/core/include/util/Exceptions.h [new file with mode: 0644]
runtime/onert/core/src/backend/controlflow/DynamicTensorManager.cc
tests/nnfw_api/src/ModelTestDynamicTensor.cc