Package | Description |
---|---|
org.nd4j.linalg.api.ops.custom |
Modifier and Type | Method and Description |
---|---|
static ScatterUpdate.UpdateOp |
ScatterUpdate.UpdateOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterUpdate.UpdateOp[] |
ScatterUpdate.UpdateOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ScatterUpdate(INDArray original,
INDArray updates,
INDArray result,
int[] indices,
int[] dimension,
ScatterUpdate.UpdateOp op) |
ScatterUpdate(INDArray original,
INDArray updates,
int[] indices,
int[] dimension,
ScatterUpdate.UpdateOp op) |
Copyright © 2018. All rights reserved.