Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila Namespace Reference

Namespaces

namespace  Core
 
namespace  detail
 
namespace  Dnn
 
namespace  Helpers
 
namespace  Misc
 
namespace  Utils
 

Classes

struct  Version
 Semantic Version data. More...
 

Functions

Version Mila::getAPIVersion ()
 Gets the current Mila API version.
 
bool Mila::initialize (unsigned int randomSeed=0)
 Initializes the Mila framework.
 
void Mila::initializeLogger (Utils::LogLevel level=Utils::LogLevel::Info)
 
void Mila::shutdown ()
 

Function Documentation

◆ getAPIVersion()

Version Mila::getAPIVersion ( )
export

Gets the current Mila API version.

Returns
A Version object containing the version information

◆ initialize()

bool Mila::initialize ( unsigned int  randomSeed = 0)
export

Initializes the Mila framework.

Must be called before using any other Mila functionality.

Parameters
randomSeedRandom seed for reproducibility (0 = use non-deterministic seed)
Returns
True if initialization succeeded, false otherwise
Here is the call graph for this function:

◆ initializeLogger()

void Mila::initializeLogger ( Utils::LogLevel  level = Utils::LogLevel::Info)
export
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shutdown()

void Mila::shutdown ( )
export
Here is the call graph for this function: