| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<U,T extends Number> |
Ops.stridedSliceGrad(Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Adds an
StridedSliceGrad operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static StridedSliceGrad.Options |
StridedSliceGrad.beginMask(Long beginMask) |
StridedSliceGrad.Options |
StridedSliceGrad.Options.beginMask(Long beginMask) |
static StridedSliceGrad.Options |
StridedSliceGrad.ellipsisMask(Long ellipsisMask) |
StridedSliceGrad.Options |
StridedSliceGrad.Options.ellipsisMask(Long ellipsisMask) |
static StridedSliceGrad.Options |
StridedSliceGrad.endMask(Long endMask) |
StridedSliceGrad.Options |
StridedSliceGrad.Options.endMask(Long endMask) |
static StridedSliceGrad.Options |
StridedSliceGrad.newAxisMask(Long newAxisMask) |
StridedSliceGrad.Options |
StridedSliceGrad.Options.newAxisMask(Long newAxisMask) |
static StridedSliceGrad.Options |
StridedSliceGrad.shrinkAxisMask(Long shrinkAxisMask) |
StridedSliceGrad.Options |
StridedSliceGrad.Options.shrinkAxisMask(Long shrinkAxisMask) |
| Modifier and Type | Method and Description |
|---|---|
static <U,T extends Number> |
StridedSliceGrad.create(Scope scope,
Operand<T> shape,
Operand<T> begin,
Operand<T> end,
Operand<T> strides,
Operand<U> dy,
StridedSliceGrad.Options... options)
Factory method to create a class to wrap a new StridedSliceGrad operation to the graph.
|
Copyright © 2015–2019. All rights reserved.