AddAutoMappingSubgraphIOIndexFunc

Description

Registered automatic mapping function of a specific network type.

Prototype

void AddAutoMappingSubgraphIOIndexFunc(domi::FrameworkType framework, AutoMappingSubgraphIOIndexFunc fun)

Parameters

Parameter

Input/Output

Description

framework

Input

Network type. For details about the definition of the FrameworkType type, see FrameworkType.

fun

Input

Function that automatically maps inputs and outputs. For details about the function types, see AutoMappingSubgraphIndex.

Returns

None

Exception Handling

None.

Restrictions

None.