MCPcopy
hub / github.com/GPflow/GPflow / shape

Method shape

gpflow/probability_distributions.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def shape(self) -> Shape:
63 return self.mu.shape # type: ignore[no-any-return]
64
65
66class DiagonalGaussian(ProbabilityDistribution):

Callers 11

ndiagquadFunction · 0.45
gauss_klFunction · 0.45
multivariate_normalFunction · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
update_cacheMethod · 0.45
_precomputeMethod · 0.45
_precomputeMethod · 0.45
_conditional_fusedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected