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

Method forward

tools/test_linear_probing_hf.py:181–182  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

179 self.classifiers_dict.update(classifiers_dict)
180
181 def forward(self, inputs) -> Dict[str, torch.Tensor]:
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected