Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
class
DiagonalGaussian(ProbabilityDistribution):
Callers
11
ndiagquad
Function · 0.45
gauss_kl
Function · 0.45
multivariate_normal
Function · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
update_cache
Method · 0.45
_precompute
Method · 0.45
_precompute
Method · 0.45
_conditional_with_precompute
Method · 0.45
_conditional_fused
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected