| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.begin_mask_(long begin_mask_) |
static tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.BeginMask(long x) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.BeginMask(long x)
a bitmask where a bit i being 1 means to ignore the begin
value and instead use the largest interval possible.
|
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.ellipsis_mask_(long ellipsis_mask_) |
static tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.EllipsisMask(long x) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.EllipsisMask(long x)
a bitmask where bit
i being 1 means the ith
position is actually an ellipsis. |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.end_mask_(long end_mask_) |
static tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.EndMask(long x) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.EndMask(long x)
analogous to
begin_mask
Defaults to 0 |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.new_axis_mask_(long new_axis_mask_) |
static tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.NewAxisMask(long x) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.NewAxisMask(long x)
a bitmask where bit
i being 1 means the ith
specification creates a new shape 1 dimension. |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.position(long position) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.shrink_axis_mask_(long shrink_axis_mask_) |
static tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.ShrinkAxisMask(long x) |
tensorflow.StridedSlice.Attrs |
tensorflow.StridedSlice.Attrs.ShrinkAxisMask(long x)
a bitmask where bit
i implies that the ith
specification should shrink the dimensionality. |
| Constructor and Description |
|---|
StridedSlice(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input begin,
tensorflow.Input end,
tensorflow.Input strides,
tensorflow.StridedSlice.Attrs attrs) |
Copyright © 2019. All rights reserved.