开发者
资源

attr_scope

产品支持情况

产品

是否支持

Atlas 350 加速卡

Atlas A3 训练系列产品/Atlas A3 推理系列产品

Atlas A2 训练系列产品/Atlas A2 推理系列产品

Atlas 200I/500 A2 推理产品

Atlas 推理系列产品

Atlas 训练系列产品

功能说明

属性作用域上下文管理器。

函数原型

1
attr_scope(attr_maps)

参数说明

参数名

输入/输出

描述

attr_maps

输入

属性映射字典。

返回值说明

约束说明

调用示例

1
2
with attr_scope({"attr_name": attr_value}):
    tensor = builder.create_input(0)