MCPcopy Create free account
hub / github.com/LBANN/lbann / ~ConvolutionDescriptor

Method ~ConvolutionDescriptor

src/utils/miopen.cpp:464–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462{}
463
464ConvolutionDescriptor::~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
476ConvolutionDescriptor::ConvolutionDescriptor(const ConvolutionDescriptor& rhs)
477{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected