| Interface | Description |
|---|---|
| ArgumentInterceptor |
Internal interface used to apply a transform to any arguments used within a certain block
Intended for internal use only.
|
| SameDiffConditional |
An interface for representing a conditional statement
|
| SameDiffFunctionDefinition |
A function definition for samediff
|
| SameDiffLambda |
A basic SameDiff lambda, used in while loop creation (the body).
|
| SameDiffNoArgSingleLambda |
A SameDiff lambda with only one output and no arguments.
|
| SameDiffSingleLambda |
A SameDiff lambda with only one output, used in while loop creation (the condition).
|
| Class | Description |
|---|---|
| NameScope |
Used with
SameDiff.withNameScope(String) |
| SameDiff |
SameDiff is the entrypoint for ND4J's automatic differentiation functionality.
|
| SDIndex | |
| SDVariable |
A variable representing a component within a
graph.
|
| TrainingConfig | |
| TrainingConfig.Builder |
| Enum | Description |
|---|---|
| SDIndex.IndexType | |
| VariableType |
An SDVarible may have different uses in a SameDiff graph - VariableType represents these different roles/uses.
VARIABLE: an array of trainable parameters in the SameDiff instance. |
Copyright © 2019. All rights reserved.