c函数原型 |
hi_s32 hi_mpi_vpc_create_chn(hi_vpc_chn chn, const hi_vpc_chn_attr *attr); |
---|---|
Python函数 |
ret = acl.himpi.vpc_create_chn(chn, attr) |
函数功能 |
根据设置的通道属性创建图像处理通道,由用户指定通道号。 Atlas 200/300/500 推理产品,当前版本该接口预留。 Atlas 训练系列产品,当前版本该接口预留。 |
输入说明 |
|
返回值说明 |
ret:int,错误码。
|
约束说明 |
|
参考资源 |
接口调用流程,参见典型功能接口调用流程(以缩放为例)。 |