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

Method is_valid

src/common/IQueue.h:63–66  ·  view source on GitHub ↗

Checks if a queue is valid * * @return True if successful otherwise false */

Source from the content-addressed store, hash-verified

61 * @return True if successful otherwise false
62 */
63 bool is_valid() const
64 {
65 return this->header.type == detail::ObjectType::Queue;
66 };
67 virtual StatusCode finish() = 0;
68};
69

Callers 1

validate_internal_queueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected