GetAutoMappingSubgraphIOIndexFunc
Function Usage
Obtains the registered automatic mapping function based on the network type.
Prototype
1 | 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
Constraints
None
Parent topic: FrameworkRegistry