![]() |
Belle II Software prerelease-10-00-00a
|
Public Member Functions | |
create_and_save (self, n_outputs, filename, weights) | |
test_singleclass (self) | |
test_multiclass (self) | |
Tests for writing ONNX MVA weightfiles. In addition to testing the writing mechanism, these serve the purpose of creating test files for other unit tests.
Definition at line 37 of file test_write_onnx.py.
create_and_save | ( | self, | |
n_outputs, | |||
filename, | |||
weights ) |
Setup some example options for an ONNX MVA weightfile, save it and compare to reference
Definition at line 42 of file test_write_onnx.py.
test_multiclass | ( | self | ) |
Write example for multiclass outputs
Definition at line 105 of file test_write_onnx.py.
test_singleclass | ( | self | ) |
Write example for single output
Definition at line 89 of file test_write_onnx.py.