Collaboration diagram for I/O functions:
|
Functions | |
| C_NNFW_API NnfwBaseNeuralNet * | NnfwLoadXML (const char *filename) |
| C_NNFW_API void | NnfwSaveXML (const char *filename, NnfwBaseNeuralNet *, int precision, const char *skipList) |
| C_NNFW_API NnfwBaseNeuralNet* NnfwLoadXML | ( | const char * | filename | ) |
load a neural network from an XML file
| C_NNFW_API void NnfwSaveXML | ( | const char * | filename, | |
| NnfwBaseNeuralNet * | , | |||
| int | precision, | |||
| const char * | skipList | |||
| ) |
save the neural network to an XML file