You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-overview.fsx
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,17 @@ API Overview
25
25
26
26
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
27
27
28
-
For now, [see the API reference](https://diffsharp.github.io/reference/)
/// <summary>Represents a normal distribution with the given mean and standard deviation with the mean and standard deviation drawn fom the given tensors.</summary>
66
65
typeNormal(mean:Tensor,stddev:Tensor)=
67
66
inherit TensorDistribution()
68
67
doif mean.shape <> stddev.shape then failwithf "Expecting mean and standard deviation with same shape, received %A, %A" mean.shape stddev.shape
@@ -92,7 +91,7 @@ type Normal(mean:Tensor, stddev:Tensor) =
0 commit comments