---
title: 注意事项
description: "- 需要注意自定义Op是否继承了OperationInfra类，并且实现了相应的方法。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendtb/ascendtb_0086.html
sourcePath: /source/zh/canncommercial/900/API/ascendtb/ascendtb_0086.html
indexId: 19d7cc3472249acc75facd2951aa0622d23a9a77d82a06ed42191dee7804f40e61
---
# 注意事项

- 需要注意自定义Op是否继承了OperationInfra类，并且实现了相应的方法。
- 对于没有被设置的Op，其streamId默认为0，使用context中保存的streams的第一个stream。
- 设置GraphOp的streamId时，它只会设置streamId=0的图内Op。
- GraphOp的streamId表示的是这个Graph中所有Op的默认streamId。
