DataTypesToEsCDataTypes
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Converts a ge::DataType set to a C_DataType set.
Prototype
1 | inline std::vector<C_DataType> DataTypesToEsCDataTypes(const std::vector<ge::DataType> &data_types) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
data_types |
Input |
Container of the ge::DataType. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
std::vector<C_DataType> |
Container of the C_DataType. |
Constraints
None
Parent topic: EsGraphBuilder