Copy TensorBuffer from one to
another.
Prototype
static void copy_tensor_buffer(vart::TensorBuffer* tb_from, vart::TensorBuffer* tb_to);
Parameters
The following table lists thecopy_tensor_buffer function arguments.
| Type | Name | Description |
|---|---|---|
| vart::TensorBuffer* | tb_from | The source TensorBuffer |
| vart::TensorBuffer* | tb_to | The destination TensorBuffer |
Returns
None.