get_dev_output
- Module.get_dev_output(name)
Gets output data from pre-allocated memory on host or Houmo device with the given tensor name.
- Parameters:
name (str) -- The name of the output tensor.
Note
This function does not automatically copy tensor data to contiguous host CPU memory. You need to call
tcim_lite.runtime.Tensor.to_host()andtcim_lite.runtime.Tensor.cast_to()to explicitly copy and convert tensor data to host CPU memory if needed.