! * \brief fill zeros in the content of a dev tensor */
| 570 | * \brief fill zeros in the content of a dev tensor |
| 571 | */ |
| 572 | static inline void fill_zero_dev_tensor(const DeviceTensorND& tensor) { |
| 573 | dev_tensor_memset(tensor, 0); |
| 574 | } |
| 575 | |
| 576 | } // namespace mgb |
| 577 |
no outgoing calls
no test coverage detected