#include <array_ops.h>
Optional attribute setters for StridedSliceAssign.
Public attributes | |
---|---|
begin_mask_ = 0 | int64 |
ellipsis_mask_ = 0 | int64 |
end_mask_ = 0 | int64 |
new_axis_mask_ = 0 | int64 |
shrink_axis_mask_ = 0 | int64 |
Public functions | |
---|---|
BeginMask(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 0. |
EllipsisMask(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 0. |
EndMask(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 0. |
NewAxisMask(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 0. |
ShrinkAxisMask(int64 x) | TF_MUST_USE_RESULT Attrs Defaults to 0. |
int64 tensorflow::ops::StridedSliceAssign::Attrs::begin_mask_ = 0
int64 tensorflow::ops::StridedSliceAssign::Attrs::ellipsis_mask_ = 0
int64 tensorflow::ops::StridedSliceAssign::Attrs::end_mask_ = 0
int64 tensorflow::ops::StridedSliceAssign::Attrs::new_axis_mask_ = 0
int64 tensorflow::ops::StridedSliceAssign::Attrs::shrink_axis_mask_ = 0
TF_MUST_USE_RESULT Attrs tensorflow::ops::StridedSliceAssign::Attrs::BeginMask( int64 x )
Defaults to 0.
TF_MUST_USE_RESULT Attrs tensorflow::ops::StridedSliceAssign::Attrs::EllipsisMask( int64 x )
Defaults to 0.
TF_MUST_USE_RESULT Attrs tensorflow::ops::StridedSliceAssign::Attrs::EndMask( int64 x )
Defaults to 0.
TF_MUST_USE_RESULT Attrs tensorflow::ops::StridedSliceAssign::Attrs::NewAxisMask( int64 x )
Defaults to 0.
TF_MUST_USE_RESULT Attrs tensorflow::ops::StridedSliceAssign::Attrs::ShrinkAxisMask( int64 x )
Defaults to 0.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/strided-slice-assign/attrs.html