简介
本文档主要描述Operator相关接口,您可以在CANN软件安装后文件存储路径下的“include/graph”路径下查看对应接口的头文件。
接口分类 |
头文件 |
---|---|
AscendString类 |
ascend_string.h |
Operator类 |
operator.h |
Tensor类 |
tensor.h |
TensorDesc类 |
tensor.h |
Shape类 |
tensor.h |
AttrValue类 |
attr_value.h |
Memblock类 |
ge_allocator.h |
Allocator类 |
ge_allocator.h |
数据类型和枚举值 |
types.h |
父主题: operator API