File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
neural_structured_learning/lib Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1313from neural_structured_learning .lib .utils import maximize_within_unit_norm
1414from neural_structured_learning .lib .utils import normalize
1515from neural_structured_learning .lib .utils import project_to_ball
16+ from neural_structured_learning .lib .utils import random_in_norm_ball
1617from neural_structured_learning .lib .utils import replicate_embeddings
1718from neural_structured_learning .lib .utils import strip_neighbor_features
1819from neural_structured_learning .lib .utils import unpack_neighbor_features
3031 'normalize' ,
3132 'pairwise_distance_wrapper' ,
3233 'project_to_ball' ,
34+ 'random_in_norm_ball' ,
3335 'replicate_embeddings' ,
3436 'strip_neighbor_features' ,
3537 'unpack_neighbor_features' ,
You can’t perform that action at this time.
0 commit comments