PtrToPtrKind#
- class omni.graph.core.PtrToPtrKind#
- Bases: - pybind11_object- Memory type for the pointer to a GPU data array - Members: - NA : Memory is CPU or type is not an array - CPU : Pointers to GPU arrays live on the CPU - GPU : Pointers to GPU arrays live on the GPU - Methods - __init__(self, value)- Attributes - CPU- GPU- NA- value- __init__(
- self: omni.graph.core._omni_graph_core.PtrToPtrKind,
- value: int,
 - property name#