ArgDescType
Type of an Args address. The header file is include/graph/arg_desc_info.h in the CANN component directory.
enum class ArgDescType {
kIrInput = 0, // Input
kIrOutput, // Output
kWorkspace, // Workspace address
kTiling, // Tiling address
kHiddenInput, // Additional input that is not expressed in the IR
kCustomValue, // Custom content
kIrInputDesc, // Input address with description information
kIrOutputDesc, // Output address with description information
kInputInstance, // Instantiated input
kOutputInstance, // Instantiated output
kEnd
};
Parent topic: Data Structures and APIs