IsWithMargin
Function Usage
Queries whether a tensor has padding.
Prototype
1 | bool Tensor::IsWithMargin() const; |
Response Parameters
Data Structure |
Description |
|---|---|
bool |
Boolean type, the result that indicates whether a tensor has padding. |
Parent topic: Tensor