| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T extends Number> |
Ops.resourceGatherNd(Operand<?> resource,
Operand<T> indices,
Class<U> dtype)
Builds an
ResourceGatherNd operation |
| Modifier and Type | Method and Description |
|---|---|
static <U,T extends Number> |
ResourceGatherNd.create(Scope scope,
Operand<?> resource,
Operand<T> indices,
Class<U> dtype)
Factory method to create a class wrapping a new ResourceGatherNd operation.
|
Copyright © 2015–2019. All rights reserved.