MCPcopy Create free account
hub / github.com/SooLab/CGFormer / forward

Method forward

bert/modeling_utils.py:55–56  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

53 super().__init__()
54
55 def forward(self, input):
56 return input
57
58
59def find_pruneable_heads_and_indices(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected