nvmath.device.Symbol

class nvmath.device.Symbol(variant, name)[source]

A namedtuple class that encapsulates a device function symbol and which API it maps to.

variant

A short description of what API this symbol corresponds to.

Type:

str

name

The (mangled) name of the device function.

Type:

str