tvmjs
    Preparing search index...

    Class VirtualMachine

    VirtualMachine Executor.

    This is a thin wrapper of the underlying TVM module. you can also directly call set_input, run, and get_output of underlying module functions

    Implements

    Index

    Constructors

    Methods

    • Dispose the internal resource This function can be called multiple times, only the first call will take effect.

      Returns void

    • Get a function in the VM module.

      Parameters

      • name: string

        The name of the function.

      Returns PackedFunc

      The result function.