| 84 | Ref<Tensor> tensor; |
| 85 | |
| 86 | TensorAlloc(const TensorDesc& desc, int id) |
| 87 | : desc(desc), |
| 88 | id(id) {} |
| 89 | }; |
| 90 | |
| 91 | void addOp(const Ref<Op>& op, const std::vector<Ref<Op>>& srcOps, |
nothing calls this directly
no outgoing calls
no test coverage detected