File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Linear(flax.linen.Module):
31
31
0/1 corresponds to a normalization where each element/path has an equal contribution to the learning.
32
32
num_indexed_weights (optional int): number of indexed weights. See example below.
33
33
weights_per_channel (bool): whether to have one set of weights per channel.
34
- force_irreps_out (bool): whether to force the output irreps to be the one specified in `irreps_out`.
34
+ force_irreps_out (bool): whether to force the output irreps to be the one specified in `` irreps_out` `.
35
35
36
36
Examples:
37
37
Vanilla::
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Linear(hk.Module):
32
32
get_parameter (optional Callable): function to get the parameters.
33
33
num_indexed_weights (optional int): number of indexed weights. See example below.
34
34
weights_per_channel (bool): whether to have one set of weights per channel.
35
- force_irreps_out (bool): whether to force the output irreps to be the one specified in `irreps_out`.
35
+ force_irreps_out (bool): whether to force the output irreps to be the one specified in `` irreps_out` `.
36
36
name (optional str): name of the module.
37
37
38
38
Examples:
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def assert_(x, y):
93
93
94
94
95
95
def assert_output_dtype_matches_input_dtype (fun : Callable , * args , ** kwargs ):
96
- """Checks that the dtype of fun(*args, **kwargs) matches that of the input (*args, **kwargs).
96
+ """Checks that the dtype of `` fun(*args, **kwargs)`` matches that of the input `` (*args, **kwargs)`` .
97
97
98
98
Args:
99
99
fun: function to test
You can’t perform that action at this time.
0 commit comments