ListTensorType
Description
The ListTensorType class is used to define the data types supported by the input or output. It is the encapsulation of TensorType and is used to list the multiple supported data types.
Prototype
1 | explicit ListTensorType(const TensorType &type) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
type |
Input |
Data type, TensorType. |
Returns
None
Exception Handling
None
Constraints
None
Parent topic: GE Namespace