GetBufferCopyType
Function Usage
This function is used to obtain the data type of two tensor buffers.
Prototype
static TensorBufferCopyType GetBufferCopyType(const TensorBuffer &buffer1, const TensorBuffer &buffer2);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
buffer1 |
Input |
TensorBuffer object |
buffer2 |
Input |
TensorBuffer object |
Return Parameter Description
Data Structure |
Description |
|---|---|
TensorBufferCopyType |
Copy type of two tensor buffers.
|
Parent topic: TensorBuffer