(Dense)Tensor : Split operation #23437
NeusZimmer
started this conversation in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just came to a need for splitting a DenseTensor file, to separate some outputs, while doint it came to a good ( i think ) split method able to work on any dimension and with any divisor, lacking some deep knowledge in c# i think there will be some ways to improve and make it faster, but i tried to avoid boxing and casting as much as possible ( at least on the possible big chunks of memory)... How does it looks? any feedback ?. I suppose it will be not hard to adapt for a normal tensor file.
Beta Was this translation helpful? Give feedback.
All reactions