Design
Specification
API
API Mapping
Migration Guide
FAQ
RELEASE NOTES
Mode to Slice Tensor into multiple parts.
Possible enumeration values are: SliceMode.PAD, SliceMode.DROP.
SliceMode.PAD: pad some pixels before slice the Tensor if needed.
SliceMode.DROP: drop remainder pixels before slice the Tensor if needed.
Function to return C type for SliceMode.