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