DataTypesToEsCDataTypes
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/es_graph_builder.h>
- Library files: libeager_style_graph_builder_base.so and libeager_style_graph_builder_base_static.a
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. |
Restrictions
None
Parent topic: EsGraphBuilder