SetGraphPpBuilderAsync

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

Sets whether the builder of GraphPp in FlowGraph is executed asynchronously.

Prototype

1
void SetGraphPpBuilderAsync(bool graphpp_builder_async)

Parameters

Parameter

Input/Output

Description

graphpp_builder_async

Input

Whether the builder of GraphPp in FlowGraph is executed asynchronously. The values are as follows:

  • true: yes
  • false: No

Default value: false

Returns

None

Exception Handling

None

Constraints

None