| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff |
| Modifier and Type | Method and Description |
|---|---|
NameScope |
SameDiff.withNameScope(String nameScope)
Create a name scope.
|
| Modifier and Type | Method and Description |
|---|---|
List<SameDiffOp> |
SameDiff.getOpsInScope(NameScope scope)
Gets all operations in a given name scope.
|
List<SDVariable> |
SameDiff.getVariablesInScope(NameScope scope)
Gets all variables in a given name scope.
|
Copyright © 2021. All rights reserved.