MCPcopy Create free account
hub / github.com/MiniMax-AI/VTP / __len__

Method __len__

tools/test_linear_probing_hf.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 return {k: v.forward(inputs) for k, v in self.classifiers_dict.items()}
183
184 def __len__(self):
185 return len(self.classifiers_dict)
186
187
188# ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected