tensorflow::ops::StridedSliceAssign

tensorflow::ops::StridedSliceAssign

#include <array_ops.h>

Assignvalue to the sliced l-value reference of ref.

Summary

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 inStridedSlice`.

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: