Note to self: handle weights as well as pixel data.
May want to just append weights buffer after pixel buffer in contiguous memory for one big Swift blob.
Two buffers is slightly easier - they will both be the same size for a given chunk
Log in to post a comment.
May want to just append weights buffer after pixel buffer in contiguous memory for one big Swift blob.
Two buffers is slightly easier - they will both be the same size for a given chunk