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

AITensorParaDescription

Provides the tensor parameter description. For details, see ai_types.proto.

message AITensorParaDescription
{
    string name = 1; // Parameter name
    string type = 2; // Parameter type
    string value = 3;  // Parameter value
    string desc = 4; // Parameter description
    repeated AITensorParaDescription sub_paras = 5; // Sub-parameter list
};