ResourceStridedSliceAssign
tensorflow C++ API
tensorflow::ops::ResourceStridedSliceAssign
Assign value to the sliced l-value reference of ref .
Summary
The values ofvalueare assigned to the positions in the variablerefthat are selected by the slice parameters. The slice parametersbegin,end,strides, etc. work exactly as inStridedSlice`.
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: