WGID : 346191
WID:
50342767 Constructor declared at simple_model.cpp:29 may not initialize class members of 'SimpleModel'. Following members aren't initialized: memoryInput2_, memoryOutput_, inputTensor2Fd_, outputTensorFd_.
Change-Id: Id88b6412173f69359b489133c2326a3c629d0a40
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
SimpleModel::SimpleModel(size_t size, int protect, int fd, size_t offset) :
model_(nullptr),
compilation_(nullptr),
+ memoryModel_(nullptr),
+ memoryInput2_(nullptr),
+ memoryOutput_(nullptr),
+ inputTensor2Fd_(-1),
+ outputTensorFd_(-1),
dimLength_(TENSOR_SIZE),
modelDataFd_(fd),
offset_(offset) {