Registry / serialization / xtensor-io

xtensor-io

JSON →
library0.13.0vcpkgunverified

xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5

vcpkg install xtensor-io
INSTALL
IMPORT
SIG · XTENSOR-IO
X
xtensor-io
serializationcppv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xtensor-io/xio.hpp
#include <xtensor-io/xio.hpp>

Save and load xtensor arrays to/from NPY files

#include <xtensor-io/xio.hpp> #include <xtensor/xarray.hpp> int main() { xt::xarray<double> arr = {{1,2},{3,4}}; xt::dump_npy("arr.npy", arr); auto loaded = xt::load_npy<double>("arr.npy"); return 0; }
Debug
Known issues
gotchaxtensor-io depends on external libraries (e.g., HDF5, libsndfile) which must be installed separately.
fix
Ensure all required dependencies are installed and linked correctly.
affects: *
Upgrade
Version history
0.13.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

xtensor-io — pip install xtensor-io · libregistry