Files
apache--tvm/python/tvm/runtime
Tristan Konolige 55bb8b60b7 [Graph Executor, VM] Add end to end benchmarking of models (#8858)
Add benchmarking that includes ovearhead of transfering inputs and
outputs to and from the device. This should give an accurate measurement
of the runtime a user would see when using the model. This is
accomplished by adding functions that run from inputs to return values
into the graph executor and the VM.
2021-08-27 14:39:03 -07:00
..