| 1990 | ~MklReorderPrimitive() {} |
| 1991 | |
| 1992 | std::shared_ptr<primitive> GetPrimitive() { return context_.reorder_prim; } |
| 1993 | |
| 1994 | void SetMemory(const memory* from, const memory* to) { |
| 1995 | context_.src_mem->set_data_handle(from->get_data_handle()); |
no outgoing calls
no test coverage detected