이름 |
설명 |
AppDelegate |
|
Application |
|
DrawView |
|
Line |
|
MnistFullLayerNeuralNetwork |
|
SlimMPSCnnConvolution |
The SlimMPSCNNConvolution is a wrapper class around MPSCNNConvolution used to encapsulate: - making an MPSCNNConvolutionDescriptor, - adding network parameters (weights and bias binaries by memory mapping the binaries) - getting our convolution layer |
SlimMPSCnnFullyConnected |
The SlimMPSCnnFullyConnected is a wrapper class around MPSCnnFullyConnected used to encapsulate: - making an MPSCnnConvolutionDescriptor, - adding network parameters (weights and bias binaries by memory mapping the binaries) - getting our fullyConnected layer |
ViewController |
|