C++ API
JAVA API
Defined in File transforms.h
SliceOption used in Slice TensorTransform.
Public Functions
all – [in] Slice the whole dimension
indices – [in] Slice these indices along the dimension. Negative indices are supported.
slice – [in] Slice the generated indices from the slice object along the dimension.