split
torch_to_nnef.op.aten.split
split_with_sizes
Translate aten::split_with_sizes
to NNEF.
We are aware that. split<?>( value: tensor<?>, axis: integer, ratios: integer[] ) -> ( values: tensor<?>[] )
exists but since tract does not support it, we reexpress it with slice