AutoMappingSubgraphIOIndexFuncRegister

Description

Encapsulates the FrameworkRegistry class, and calls the AddAutoMappingSubgraphIOIndexFunc function of the FrameworkRegistry class to register the mapping function.

Prototype

AutoMappingSubgraphIOIndexFuncRegister(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.