HiddenInputSubType
Hidden input address type for ArgDescInfo. The header file is include/graph/arg_desc_info.h in the CANN component directory.
enum class HiddenInputSubType {
kHcom, // hidden input used for communication, used by MC2 operators
kEnd
};
Parent topic: Basic Data Structures and APIs of Graphs