"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "472e2f80c8d65e7e8932ddf3a043e2df6df821de"
Replace sox conversion macros with Tensor op (#1370)
`SOX_SIGNED_16BIT_TO_SAMPLE` and `SOX_SIGNED_32BIT_TO_SAMPLE` uses left shift on signed integers, (negative values) which is UB. This PR replaces them (and other sox macros for `uint8` and `float` as well) with Tensor operations.
Showing
Please register or sign in to comment