Class | Description |
---|---|
SDBaseOps |
Core op creator methods available via SameDiff class directly
|
SDBitwise | |
SDCNN |
SameDiff Convolutional Neural Network operations - CNN1d, 2d and 3d ops - as well as related functions.
Accessible via SameDiff.cnn() See also SDNN (accessible via SameDiff.nn() for general neural network ops.See also SDRNN (accessible via SameDiff.rnn() for recurrent neural network ops. |
SDImage | |
SDLoss |
SameDiff loss functions
Accessible via SameDiff.loss() |
SDMath |
SameDiff math operations
Accessible via SameDiff.math() |
SDNN |
SameDiff general neural network operations
Accessible via SameDiff.math() See also SDCNN (accessible via SameDiff.cnn() for convolutional neural network ops.See also SDRNN (accessible via SameDiff.rnn() for recurrent neural network ops. |
SDOps |
Abstract class for defining categories of operations - such as
SDMath that is available via SameDiff.math() |
SDRandom |
SameDiff random number generator operations
Accessible via SameDiff.random() |
SDRNN |
SameDiff Recurrent Neural Network operations
Accessible via SameDiff.rnn() See also SDNN (accessible via SameDiff.nn() for general neural network ops.See also SDCNN (accessible via SameDiff.cnn() for convolutional neural network ops. |
SDValidation |
Copyright © 2019. All rights reserved.