#include <array_ops.h>
Assignvalue
to the sliced l-value reference of ref
.
The values of value
are assigned to the positions in the variable ref
that are selected by the slice parameters. The slice parameters begin,
end,
strides, etc. work exactly as in
StridedSlice`.
NOTE this op currently does not support broadcasting and so value
's shape must be exactly the shape produced by the slice of ref
.
Arguments:
Returns:
Operation
Constructors and Destructors | |
---|---|
ResourceStridedSliceAssign(const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input begin, ::tensorflow::Input end, ::tensorflow::Input strides, ::tensorflow::Input value) | |
ResourceStridedSliceAssign(const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input begin, ::tensorflow::Input end, ::tensorflow::Input strides, ::tensorflow::Input value, const ResourceStridedSliceAssign::Attrs & attrs) |
Public attributes | |
---|---|
operation |
Public functions | |
---|---|
operator::tensorflow::Operation() const |
Public static functions | |
---|---|
BeginMask(int64 x) | |
EllipsisMask(int64 x) | |
EndMask(int64 x) | |
NewAxisMask(int64 x) | |
ShrinkAxisMask(int64 x) |
Structs | |
---|---|
tensorflow::ops::ResourceStridedSliceAssign::Attrs | Optional attribute setters for ResourceStridedSliceAssign. |
Operation operation
ResourceStridedSliceAssign( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input begin, ::tensorflow::Input end, ::tensorflow::Input strides, ::tensorflow::Input value )
ResourceStridedSliceAssign( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input begin, ::tensorflow::Input end, ::tensorflow::Input strides, ::tensorflow::Input value, const ResourceStridedSliceAssign::Attrs & attrs )
operator::tensorflow::Operation() const
Attrs BeginMask( int64 x )
Attrs EllipsisMask( int64 x )
Attrs EndMask( int64 x )
Attrs NewAxisMask( int64 x )
Attrs ShrinkAxisMask( int64 x )
© 2017 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/class/tensorflow/ops/resource-strided-slice-assign.html