vta.autotvm#

Defines AutoTVM components used with VTA.

Module Contents#

Functions#

module_loader([bitstream])

Construct a ModuleLoader implementation specialized for VTA.

vta.autotvm.module_loader(bitstream=None)[源代码]#

Construct a ModuleLoader implementation specialized for VTA.

Parameters#

bitsreamOptional[str]

Path to the bitstream to write prior to uploading code.

Returns#

ModuleLoader :

The ModuleLoader instance.