ResourceStridedSliceAssign
tensorflow C++ API
tensorflow::ops::ResourceStridedSliceAssign
Assign value
to the sliced l-value reference of ref
.
Summary
The values ofvalue
are assigned to the positions in the variableref
that are selected by the slice parameters. The slice parametersbegin,
end,
strides, etc. work exactly as in
StridedSlice`.
NOTE this op currently does not support broadcasting and sovalue
's shape must be exactly the shape produced by the slice ofref
.
Arguments:
- scope: A Scope object
Returns:
- the created
Operation
ResourceStridedSliceAssign block
Source link :https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_array_ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
Output:
- Output
output
: Output object of ResourceStridedSliceAssign class object.
Result:
- std::vector(Tensor)
result_output
: