boundlab.utils#
Utility Functions for BoundLab
This module provides helper functions used throughout the BoundLab framework.
Examples
>>> from boundlab.utils import merge_name
>>> merge_name("x", "+", "y")
'(x + y)'
Functions
Merge two optional names into a single name for a composed operation. |
|
Export a PyTorch function to ONNX format. |
Classes
Type variable. |