mirror of
https://github.com/google-deepmind/alphafold.git
synced 2026-06-04 14:58:05 +08:00
Remove unused utility function
PiperOrigin-RevId: 814239959 Change-Id: I663c91b969fd942c8c560ecb504ea21ab8d1be5d
This commit is contained in:
committed by
Copybara-Service
parent
2b2aaafa77
commit
9b2ed02ff6
@@ -16,14 +16,6 @@
|
||||
import tensorflow.compat.v1 as tf
|
||||
|
||||
|
||||
def tf_combine_mask(*masks):
|
||||
"""Take the intersection of float-valued masks."""
|
||||
ret = 1
|
||||
for m in masks:
|
||||
ret *= m
|
||||
return ret
|
||||
|
||||
|
||||
class SeedMaker(object):
|
||||
"""Return unique seeds."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user