|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
ref dmlc-core/include/dmlc/endian.h More...
Go to the source code of this file.
Namespaces | |
| nndeploy | |
| nndeploy::base | |
Macros | |
| #define | NNDEPLOY_IO_NO_ENDIAN_SWAP (NNDEPLOY_LITTLE_ENDIAN == NNDEPLOY_IO_USE_LITTLE_ENDIAN) |
| whether serialize using little endian More... | |
| #define | NNDEPLOY_IO_USE_LITTLE_ENDIAN 1 |
| Use little endian for binary serialization if this is set to 0, use big endian. More... | |
Functions | |
| void | nndeploy::base::byteSwap (void *data, size_t elem_bytes, size_t num_elems) |
| A generic inplace byte swapping function. More... | |
ref dmlc-core/include/dmlc/endian.h
Definition in file endian.h.
| #define NNDEPLOY_IO_NO_ENDIAN_SWAP (NNDEPLOY_LITTLE_ENDIAN == NNDEPLOY_IO_USE_LITTLE_ENDIAN) |