| 63 | Loop::Desc::OutputMode output_mode() const override { mgb_assert(0); } |
| 64 | |
| 65 | virtual std::string name() const override { return "outgradsum"; } |
| 66 | |
| 67 | DeviceTensorND incr_sub_input_replacer(const TensorShape& shape); |
| 68 |
no outgoing calls
no test coverage detected