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