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

AINNNodeDescriptionList

NN node description list, which is used for describing the model, input tensor, and output tensor required by an NN node. For details, see ai_types.proto.

message AINNNodeDescriptionList
{
    repeated AINNNodeDescription nnnode_descs = 1; // NN node list
}