C# 클래스 DigitDetection.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
상속: MPSCnnFullyConnected
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 메소드들

메소드 설명
Create ( uint kernelWidth, uint kernelHeight, uint inputFeatureChannels, uint outputFeatureChannels, MPSCnnNeuron neuronFilter, IMTLDevice device, string kernelParamsBinaryName, uint destinationFeatureChannelOffset ) : SlimMPSCnnFullyConnected

비공개 메소드들

메소드 설명
IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_UInt64 ( IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, IntPtr arg3, IntPtr arg4, ulong arg5 ) : IntPtr
SlimMPSCnnFullyConnected ( IMTLDevice device, MPSCnnConvolutionDescriptor convolutionDescriptor, IntPtr kernelWeights, IntPtr biasTerms, MPSCnnConvolutionFlags flags ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( uint kernelWidth, uint kernelHeight, uint inputFeatureChannels, uint outputFeatureChannels, MPSCnnNeuron neuronFilter, IMTLDevice device, string kernelParamsBinaryName, uint destinationFeatureChannelOffset ) : SlimMPSCnnFullyConnected
kernelWidth uint
kernelHeight uint
inputFeatureChannels uint
outputFeatureChannels uint
neuronFilter MPSCnnNeuron
device IMTLDevice
kernelParamsBinaryName string
destinationFeatureChannelOffset uint
리턴 SlimMPSCnnFullyConnected