MemoryType

class omni.graph.core.MemoryType

Bases: pybind11_object

Default memory location for an attribute or node’s data

Members:

CPU : The memory is on the CPU by default

CUDA : The memory is on the GPU by default

ANY : The memory does not have any default device

Methods

__init__(self, value)

Attributes

ANY

CPU

CUDA

name

value

__init__(self: omni.graph.core._omni_graph_core.MemoryType, value: int) None
property name