mxnet.runtime.Feature

class Feature[source]

Bases: _ctypes.Structure

Compile time feature description, member fields: name and enabled.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__

Initialize self.

Attributes

enabled

True if MXNet was compiled with the given compile-time feature.

name

Feature name.

property enabled

True if MXNet was compiled with the given compile-time feature.

property name

Feature name.