Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ forward
Method
forward
monai/networks/nets/quicknat.py:439–441 ·
view source on GitHub ↗
(self, input: torch.Tensor)
Source
from the content-addressed store, hash-verified
437
return
next(self.parameters()).is_cuda
438
439
def
forward(self, input: torch.Tensor) -> torch.Tensor:
440
input, _ = self.model(input, None)
441
return
input
Callers
nothing calls this directly
Calls
1
model
Method · 0.80
Tested by
no test coverage detected