GetGraphBuilder

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Obtains the graph creation function in GraphPp.

Prototype

1
GraphBuilder GetGraphBuilder() const

Parameters

None

Returns

Graph creation function. The function prototype is as follows:

std::function<ge::Graph()>

Exception Handling

None

Constraints

None