vta.rpc_client#

VTA RPC client function

Module Contents#

Functions#

program_fpga(remote[, bitstream])

Upload and program bistream

reconfig_runtime(remote)

Reconfigure remote runtime based on current hardware spec.

vta.rpc_client.program_fpga(remote, bitstream=None)[源代码]#

Upload and program bistream

Parameters#

remoteRPCSession

The TVM RPC session

bitstreamstr, optional

Path to a local bistream file. If unset, tries to download from cache server.

vta.rpc_client.reconfig_runtime(remote)[源代码]#

Reconfigure remote runtime based on current hardware spec.

Parameters#

remoteRPCSession

The TVM RPC session