更新时间:2021-03-18 GMT+08:00
分享

AITensorParaDescription

tensor参数描述,详细实现参考ai_types.proto。

message AITensorParaDescription
{
    string name = 1;   // 参数名称
    string type = 2;   // 参数类型
    string value = 3;  // 参数值
    string desc = 4;   // 参数描述
    repeated AITensorParaDescription sub_paras = 5; // 子参数列表
};
分享:

    相关文档

    相关产品