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

AITensorDescriptionList

Provides the tensor description list, mainly used for describing the input and output information list of a model. For details, see ai_types.proto.

message AITensorDescriptionList
{
    repeated AITensorDescription tensor_descs = 1; // Tensor list
}