HSGP.create_variable#

HSGP.create_variable(name)[source]#

Create a variable from HSGP configuration.

Parameters:
namestr

The name of the variable.

Returns:
pt.TensorVariable

The variable created from the HSGP configuration.