convert: skip reading into memory when possible (#11507)
if there's no transformation to the tensor and the input and output types match, copy directly into the writer. also read from a bufio with a 32K buffer
Showing
convert/reader_test.go
0 → 100644
Please register or sign in to comment