Function Snpe_DlContainer_Save¶
Defined in File DlContainer.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_DlContainer_Save(Snpe_DlContainer_Handle_t dlContainerHandle, const char *filename)¶
Save the container to an archive on disk. This function will save the container if the filename is different from the file that it was opened from, or if at least one record was modified since the container was opened.
It will truncate any existing file at the target path.
- Parameters
dlContainerHandle – [in] : Handle to access DlContainer
filename – [in] : Container archive file path.
- Returns
indication of success/failure