Updated on 2022-03-13 GMT+08:00

AIAPIDescriptionList

API description list, which is used for describing the name, input tensor, and output tensor of an API. For details, see ai_types.proto.

message AIAPIDescriptionList
{
    repeated AIAPIDescription api_descs = 1; // API list
}