SetLoadDataPaddingValue
Supported Products
|
Product |
Supported/Unsupported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
x |
|
|
x |
Function Usage
Sets the padding value when Load3Dv1/Load3Dv2 is called. If isSetPadding of Load3Dv1/Load3Dv2 is set to true, you need to use this API to set the padding value. If isSetPadding is set to false, the padding value set by this API does not take effect.
Prototype
1 2 |
template <typename T> __aicore__ inline void SetLoadDataPaddingValue(const T padValue) |
Parameters
|
Parameter |
Input/Output |
Meaning |
|---|---|---|
|
padValue |
Input |
Padding value. For the For the For the For the |
Restrictions
None
Example
See Example.