![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, forward_fn) | |
forward (self, *args) | |
Public Attributes | |
forward_fn = forward_fn | |
forward pass function | |
Wrapper class to create simple non-parametric models with multiple inputs and outputs for ONNX tests
Definition at line 40 of file write_test_files.py.
__init__ | ( | self, | |
forward_fn ) |
Initialize with forward pass function passed to the constructor
Definition at line 45 of file write_test_files.py.
forward | ( | self, | |
* | args ) |
Run the forward pass based on `forward_fn`
Definition at line 54 of file write_test_files.py.
forward_fn = forward_fn |
forward pass function
Definition at line 52 of file write_test_files.py.