| 33 | } |
| 34 | |
| 35 | void GeometryComputer::Context::clear() { |
| 36 | mTempConstTensors.clear(); |
| 37 | } |
| 38 | const std::vector<std::shared_ptr<Tensor>>& GeometryComputer::Context::searchConst(const Op* op) { |
| 39 | auto iter = mConstTensors.find(op); |
| 40 | if (iter == mConstTensors.end()) { |
no outgoing calls
no test coverage detected