Help Center/
Atlas 300 Application (Model 3000)/
Matrix API Reference/
Model Manager APIs (C++ Language)/
Data Types/
AIAPIDescription
Updated on 2022-03-13 GMT+08:00
AIAPIDescription
API description, which is used for describing the name, input tensor, and output tensor of an API. For details, see ai_types.proto.
message AIAPIDescription { string name = 1; // API name string desc = 2; // API description bool isPreAllocateOutputMem = 3; // Whether to pre-allocate the output memory AIConfig config = 4; // Configuration parameter repeated AITensorDescription inputs = 5; // Description of input tensors repeated AITensorDescription outputs = 6; // Description of output tensors bool need_verify = 7; // Whether to verify the tensor match during serial connection repeated string ignored_check_aitensor = 8; // Specifies the list of tensors for which the mechanism for verifying whether they match the tensors of the inputs is ignored during serial connection. };
Parent topic: Data Types
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot