module
unsafe
Implements types that work with unsafe pointers.
You can import these APIs from the memory
package. For example:
from memory import Pointer
Aliases
-
Pointer = LegacyPointer[?, ?]
:
Structs
-
LegacyPointer
: Defines a LegacyPointer struct that contains the address of a register passable type. -
DTypePointer
: Defines aDTypePointer
struct that contains an address of the given dtype.
Functions
-
bitcast
: Bitcasts a SIMD value to another SIMD value.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?