Slice
op_slice(x, axis, begin_index, end_index, name = "")
x | matrix or CNTK Function that outputs a tensor |
---|---|
axis | axis across which to perform operation |
begin_index | - index where slicing starts |
end_index | - index where slicing ends |
name | (str) the name of the Function instance in the network |