昇腾社区首页
中文
注册
开发者
下载

attr_scope

功能说明

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

函数原型

1
attr_scope(attr_maps)

参数说明

参数名

输入/输出

描述

attr_maps

输入

属性映射字典。

返回值说明

约束说明

调用示例

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