AutoMappingSubgraphIOIndexFuncRegister
Function Usage
Encapsulates the FrameworkRegistry class, and calls the AddAutoMappingSubgraphIOIndexFunc function of the FrameworkRegistry class to register the mapping function.
Prototype
1 | AutoMappingSubgraphIOIndexFuncRegister(domi::FrameworkType framework, AutoMappingSubgraphIOIndexFunc fun) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
framework |
Input |
It is of the 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.
Parent topic: GE Namespace