GetAutoMappingSubgraphIOIndexFunc
Description
Obtains the registered automatic mapping function based on the network type.
Prototype
AutoMappingSubgraphIOIndexFunc GetAutoMappingSubgraphIOIndexFunc(domi::FrameworkType framework)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
framework |
Input |
Network type. For details about the definition of the FrameworkType type, see FrameworkType. |
Returns
AutoMappingSubgraphIOIndexFunc, that is, function that automatically maps inputs and outputs. For details about the function types, see AutoMappingSubgraphIndex.
Exception Handling
None.
Restrictions
None.
Parent topic: FrameworkRegistry