Skip to content

Support serialisation to binary files #58

@alphaville

Description

@alphaville

The method void DTensor<T>::saveToFile(std::string pathToFile) will become

void DTensor<T>::saveToFile(std::string pathToFile, SerialisationType t)

where SerialisationType can be SerialisationType.TEXT_ASCII or SerialisationType.BINARY (enum). Alteratively, we could have different file extensions for text and binary files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions