MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / ~ITensorV2

Method ~ITensorV2

src/common/ITensorV2.h:59–63  ·  view source on GitHub ↗

Destructor */

Source from the content-addressed store, hash-verified

57 }
58 /** Destructor */
59 virtual ~ITensorV2()
60 {
61 this->header.ctx->dec_ref();
62 this->header.type = detail::ObjectType::Invalid;
63 };
64 /** Checks if a queue is valid
65 *
66 * @return True if successful otherwise false

Callers

nothing calls this directly

Calls 1

dec_refMethod · 0.80

Tested by

no test coverage detected