MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / FlopEstimator

Class FlopEstimator

datasets/bucket_config.py:112–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112class FlopEstimator(ABC):
113
114 @abstractmethod
115 def __init__(self, *size) -> None:
116 pass
117
118 @abstractmethod
119 def __eq__(self, other) -> None:
120 pass
121
122 @abstractmethod
123 def __lt__(self, other) -> None:
124 pass
125
126 @abstractmethod
127 def __gt__(self, other) -> None:
128 pass
129
130
131class FlopEstimatorExact(FlopEstimator):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected