Base Refelence at melito
Before Setup coremltools
$ export PATH="$HOME/miniconda2/bin:$PATH"
$ source activate coreml
Base Refelence at melito
Before Setup coremltools
$ export PATH="$HOME/miniconda2/bin:$PATH"
$ source activate coreml
| /// An object that has some tear-down logic | |
| public protocol Disposable { | |
| func dispose() | |
| } | |
| /// An event provides a mechanism for raising notifications, together with some | |
| /// associated data. Multiple function handlers can be added, with each being invoked, | |
| /// with the event data, when the event is raised. | |
| public class Event<T> { |