File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def replace_rvs_in_graphs(
210
210
replacement_fn : Callable [[TensorVariable ], Dict [TensorVariable , TensorVariable ]],
211
211
initial_replacements : Optional [Dict [TensorVariable , TensorVariable ]] = None ,
212
212
** kwargs ,
213
- ) -> Tuple [TensorVariable , Dict [TensorVariable , TensorVariable ]]:
213
+ ) -> Tuple [List [ TensorVariable ] , Dict [TensorVariable , TensorVariable ]]:
214
214
"""Replace random variables in graphs
215
215
216
216
This will *not* recompute test values.
@@ -265,7 +265,7 @@ def rvs_to_value_vars(
265
265
apply_transforms : bool = True ,
266
266
initial_replacements : Optional [Dict [TensorVariable , TensorVariable ]] = None ,
267
267
** kwargs ,
268
- ) -> TensorVariable :
268
+ ) -> List [ TensorVariable ] :
269
269
"""Clone and replace random variables in graphs with their value variables.
270
270
271
271
This will *not* recompute test values in the resulting graphs.
You can’t perform that action at this time.
0 commit comments