AoeSetGeSession

Applicability

Product

Supported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Function Usage

Sets a GE session to run a graph. This API is synchronous.

Restrictions

For details, see API Restrictions.

Prototype

1
AoeStatus AoeSetGeSession(uint64_t sessionId, ge::Session *geSession)

Options

Option

Input/Output

Description

sessionId

Input

Session ID for AOE tuning.

geSession

Input

GE session. For details about the constructor, see "Session Constructor and Destructor".

Returns

The value 0 indicates success. For details about other values, see Error Codes of AOE APIs.