AscendIndexVStar
API定义 |
AscendIndexVStar(const std::vector<int>& deviceList, bool verbose = false); |
---|---|
功能描述 |
AscendIndexVStar的构造函数,根据deviceList构造未知输入数据维度和超参的Index。 |
输入 |
const std::vector<int>& deviceList:device侧设备ID。 bool verbose:是否开启“verbose”选项,开启后部分操作提供额外的打印提示。默认值为“false”。 |
输出 |
无 |
返回值 |
无 |
约束说明 |
|
父主题: AscendIndexVStar