函数:update_params
产品支持情况
| 
          产品  | 
        
          是否支持  | 
       
|---|---|
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          √  | 
       
使用说明
| 
          C函数原型  | 
        
          aclError aclopUpdateParams(const char *opType, int numInputs, const aclTensorDesc *const inputDesc[], int numOutputs, const aclTensorDesc *const outputDesc[], const aclopAttr *attr)  | 
       
|---|---|
| 
          Python函数  | 
        
          ret = acl.op.update_params(op_type, input_desc, output_desc, attr)  | 
       
| 
          函数功能  | 
        
          动态Shape场景下,设置算子Tiling参数、执行并发数。  | 
       
| 
          输入说明  | 
        
          op_type:str,算子类型名称。 input_desc:list,算子输入Tensor的描述。 output_desc:list,算子输出Tensor的描述。 attr:int,算子属性。  | 
       
| 
          返回值说明  | 
        
          ret:int,错误码。 
  | 
       
| 
          约束说明  | 
        
          无  | 
       
| 
          参考资源  | 
        
     父主题: 单算子模型执行