Table of Contents

Enum OperationBackendType

Namespace
NeuralNetworks.Core.Operations
Assembly
NeuralNetworks.dll
public enum OperationBackendType

Fields

CpuArrays = 1
CpuSpans = 2
CpuSpansParallel = 3
Gpu = 4
None = 0