We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64957e8 + 59a89ea commit be3df77Copy full SHA for be3df77
vortex_torch/flow/algorithms.py
@@ -2,7 +2,7 @@
2
from typing import Dict
3
4
from .flow import vFlow
5
-from ..indexer import topK, GeMV, Softmax, Max, Sum, GeMM, Maximum, Multiply
+from ..indexer import topK, GeMV, Softmax, Max, Sum, GeMM, Maximum, Multiply, L2Norm
6
from ..cache import Mean as CMean, Max as CMax, Min as CMin
7
from ..abs import ContextBase
8
from .registry import register
0 commit comments