Merge branch 'tizen' into tizen_devel
authorTae-Young Chung <ty83.chung@samsung.com>
Fri, 11 Dec 2020 00:17:17 +0000 (09:17 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Fri, 11 Dec 2020 00:17:17 +0000 (09:17 +0900)
commit2834cd545c51bc6525fe803c265f205e11ec245a
treeba7e18ca18f3c98df9ce1470d67a6875f842bdf3
parentd5fc08afb907068387726c68aad2fee2e9e6d58f
parent76bd620b63272ec3946d8f9e3e28e2477c10a1c0
Merge branch 'tizen' into tizen_devel

mv_inference: Fix seg. fault issue at ConfigureInputInfo()

mBackendCapacity will be updated after Bind call
so access to mBackendCapacity shoud be done after the completion
of Binding. This patch makes the Bind callback to be called
before calling ConfigureTargetDevices callback.