Skip to content

Commit

Permalink
Update init for sparse matrix op.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471237779
Change-Id: Idd57748df2cc910ff80d79a6113ab68f982798fd
  • Loading branch information
jg8610 committed Aug 31, 2022
1 parent b90a5aa commit 51f5990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
from jraph._src.utils import segment_softmax
from jraph._src.utils import segment_sum
from jraph._src.utils import segment_variance
from jraph._src.utils import sparse_matrix_to_graphs_tuple
from jraph._src.utils import unbatch
from jraph._src.utils import unbatch_np
from jraph._src.utils import unpad_with_graphs
Expand Down Expand Up @@ -91,7 +92,8 @@
"segment_min_or_constant", "segment_softmax", "segment_sum",
"partition_softmax", "concatenated_args",
"get_fully_connected_graph", "dynamically_batch",
"with_zero_out_padding_outputs", "zero_out_padding")
"with_zero_out_padding_outputs", "zero_out_padding",
"sparse_matrix_to_graphs_tuple")

# _________________________________________
# / Please don't use symbols in `_src` they \
Expand Down

0 comments on commit 51f5990

Please sign in to comment.