MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / var

Method var

imperative/python/megengine/utils/network_node.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67
68 @property
69 def var(self):
70 return super().var()
71
72 @var.setter
73 def var(self, var):

Callers 15

_make_feedMethod · 0.45
test_gaussian_opFunction · 0.45
test_gamma_opFunction · 0.45
test_beta_opFunction · 0.45
test_poisson_opFunction · 0.45
test_multinomial_opFunction · 0.45
test_exponential_opFunction · 0.45
test_MultinomialRNGFunction · 0.45
test_syncbnFunction · 0.45
test_batchnormFunction · 0.45
test_syncbn1dFunction · 0.45
test_batchnorm2dFunction · 0.45

Calls 1

_resetMethod · 0.95

Tested by 15

test_gaussian_opFunction · 0.36
test_gamma_opFunction · 0.36
test_beta_opFunction · 0.36
test_poisson_opFunction · 0.36
test_multinomial_opFunction · 0.36
test_exponential_opFunction · 0.36
test_MultinomialRNGFunction · 0.36
test_syncbnFunction · 0.36
test_batchnormFunction · 0.36
test_syncbn1dFunction · 0.36
test_batchnorm2dFunction · 0.36
test_syncbn2dFunction · 0.36