mxnet.runtime.Feature¶
-
class
Feature[source]¶ Bases:
_ctypes.StructureCompile time feature description, member fields: name and enabled.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Initialize self.
Attributes
True if MXNet was compiled with the given compile-time feature.
Feature name.
-
property
enabled¶ True if MXNet was compiled with the given compile-time feature.
-
property
name¶ Feature name.
-
Did this page help you?
Yes
No
Thanks for your feedback!
