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

AIOPDescription

该类型在ai_types.proto中定义。

//AI Operation描述
message AIOPDescription
{
    enum OP_Type
    {
        AI_API = 0;
        AI_NNNODE = 1;
    }

    OP_Type type = 1;
    AINNNodeDescription nnnode_desc = 2;
    AIAPIDescription api_desc = 3;
};
分享:

    相关文档

    相关产品