HiddenInputSubType
ArgDescInfo: type of the hidden input address. 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 the MC2 operator
kEnd
};
Parent topic: Data Structures and APIs