IsEmpty
Function Usage
Determines whether a tensor is empty.
Prototype
1 | bool Tensor::IsEmpty() const; |
Response Parameters
Data Structure |
Description |
|---|---|
bool |
Boolean type, checks whether a tensor is empty. |
Parent topic: Tensor
Determines whether a tensor is empty.
1 | bool Tensor::IsEmpty() const; |
Data Structure |
Description |
|---|---|
bool |
Boolean type, checks whether a tensor is empty. |