Skip to content

Commit 8c3d8da

Browse files
committed
Slight doc change [skip ci]
1 parent 51a98cb commit 8c3d8da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bayesflow/summary_networks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,8 @@ def call(self, x, return_all=False, **kwargs):
583583
Returns
584584
-------
585585
out : tf.Tensor
586-
Output of shape ``(batch_size, out_dim) if return_all=False`` else
586+
Output of shape ``(batch_size, out_dim) if return_all=False`` else a tuple
587+
of ``len(outputs) == len(networks)`` corresponding to all outputs of all networks.
587588
"""
588589

589590
if return_all:

0 commit comments

Comments
 (0)