hxtorch.core.parameter

Generic parameter object holding hardware configurable neuron parameters.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

HXBaseParameter(hardware_value, model_value)

HXParameter(value)

HXTransformedModelParameter(model_value, …)

MixedHXModelParameter(model_value, …)

MockParameter(mean, float, int], std, float, …)

ModelParameter(model_value)

Functions

hxtorch.core.parameter.equal(x: Union[torch.Tensor, float, int], y: Union[torch.Tensor, float, int])bool