microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.75k stars 130 forks source link

add pack-unpack round trip tests #277

Closed xzhu1900 closed 3 years ago

xzhu1900 commented 3 years ago

This PR adds a new pack-unpack round trip test. For a given tensor, after pack+unpack operations, the output should be equal to input tensor.