copy_tensor_buffer - 1.4.1 English

Vitis AI User Guide (UG1414)

Document ID
UG1414
Release Date
2021-12-13
Version
1.4.1 English
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 the copy_tensor_buffer function arguments.
Table 1. copy_tensor_buffer Arguments
Type Name Description
vart::TensorBuffer* tb_from The source TensorBuffer
vart::TensorBuffer* tb_to The destination TensorBuffer

Returns

None.