| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff | |
| org.nd4j.autodiff.samediff.array |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayHolder.initFrom(ArrayHolder arrayHolder)
Initialize from the specified array holder.
|
void |
SameDiff.setArrayHolders(@NonNull ArrayHolder variableArrayHolder,
@NonNull ArrayHolder constantArrayHolder,
boolean initialize)
Set the array holders for variable and constant arrays
NOTE: this is usually reserved for developers and internal use, and should not be needed by almost all users See ArrayHolder for more details |
void |
SameDiff.setArrayHolders(@NonNull ArrayHolder variableArrayHolder,
@NonNull ArrayHolder constantArrayHolder,
boolean initialize)
Set the array holders for variable and constant arrays
NOTE: this is usually reserved for developers and internal use, and should not be needed by almost all users See ArrayHolder for more details |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleThreadArrayHolder |
class |
ThreadSafeArrayHolder |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleThreadArrayHolder.initFrom(ArrayHolder arrayHolder) |
void |
ThreadSafeArrayHolder.initFrom(ArrayHolder arrayHolder) |
Copyright © 2021. All rights reserved.