Refer to the tf.slice(input, begin, size) documentation for detailed information.
Arguments:
input: Tensor
begin: starting location for each dimension of input
size: number of elements for each dimension of input, using -1 includes all remaining elements
Numpy-like slicing:
# x has shape...