Closed rbyche closed 1 year ago
Hey @rbyche , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:
CI supported jobs: [clang, centos-gpu, windows-gpu, edge, website, miscellaneous, unix-gpu, sanity, centos-cpu, windows-cpu, unix-cpu]
Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.
Description
Add bytes conversion to NDArray. The newly added NDArray's 'asbytes' and 'from_buffer' are completely equivalent to numpy's 'tobytes' and 'frombuffer', respectively. These features make better use of NDArray.
Checklist
Essentials
Changes
Comments