Package hipe4ml_converter

hipe4ml_converter module

Sub-modules

hipe4ml_converter.h4ml_converter

Module containing the class used for wrapping the methods used to convert a model stored into a hipe4ml ModelHandler to different formats

Functions

def entrypoint()
Expand source code
def entrypoint():
    """ This is the entrypoint: call it from command line
    """
    print("Hello, world!\n")

This is the entrypoint: call it from command line