Belle II Software development
identity Class Reference
Inheritance diagram for identity:

Public Member Functions

 forward (self, torch.Tensor tensor)
 forward
 

Detailed Description

Convenience passthrough function

Definition at line 216 of file ieagan.py.

Member Function Documentation

◆ forward()

forward ( self,
torch.Tensor tensor )

forward

Definition at line 222 of file ieagan.py.

222 def forward(self, tensor: torch.Tensor):
223 return tensor
224
225

The documentation for this class was generated from the following file: