CRC32c CRC32c CRC32c.crc32c — Function. crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a co...
4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (Lua will use exceptions if you compile it as C++; search for...
4.7 – Handling Yields in C 4.7 – Handling Yields in C Internally, Lua uses the C longjmp facility to yield a coroutine. Therefore, if a function foo calls an API function and...
4.6 – Error Handling in C 4.6 – Error Handling in C Internally, Lua uses the C longjmp facility to handle errors. (You can also choose to use exceptions if you compile Lua as ...
Theano vs. C Theano vs. C We describe some of the patterns in Theano, and present their closestanalogue in a statically typed language such as C: Theano C Apply function appli...
Extending Theano with a C Op Python C-API Reference counting NumPy C-API NumPy data types NumPy ndarrays Accessing NumPy ndarrays’ data and properties Creating NumPy ndarrays ...
CRC32c CRC32c CRC32c.crc32c — Function. crc32c ( data , crc :: UInt32 = 0x00000000 ) Compute the CRC-32c checksum of the given data , which can be an Array{UInt8} , a co...
Interfacing with External C Code External declarations Referencing C header files Implementing functions in C Styles of struct, union and enum declaration Accessing Python/C API...