Overview
Provides utilities for GE graph modification, such as shape inference, node support verification, and graph optimization.
Header Files to Be Included
1 | #include <ge/ge_utils.h> |
Public Member Functions
static Status InferShape(const Graph &graph, const std::vector<Shape> &input_shape) static Status CheckNodeSupportOnAicore(const GNode &node, bool &is_supported, AscendString &unsupported_reason)
Parent topic: GeUtils