| 462 | {} |
| 463 | |
| 464 | ConvolutionDescriptor::~ConvolutionDescriptor() |
| 465 | { |
| 466 | try { |
| 467 | this->reset(); |
| 468 | } |
| 469 | catch (std::exception const& e) { |
| 470 | std::cerr << "Caught exception in ~ConvolutionDescriptor(). Shutting down." |
| 471 | << std::endl; |
| 472 | std::terminate(); |
| 473 | } |
| 474 | } |
| 475 | |
| 476 | ConvolutionDescriptor::ConvolutionDescriptor(const ConvolutionDescriptor& rhs) |
| 477 | { |