Network* CreateNetwork() noexcept;
函数功能
创建模型Network指针,供用户构建模型。
函数原型
Network* CreateNetwork() noexcept;
返回值说明
Network类指针。
父主题:
class Builder