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

Method is_valid

src/common/IContext.h:92–95  ·  view source on GitHub ↗

Checks if an object is valid * * @return True if sucessful otherwise false */

Source from the content-addressed store, hash-verified

90 * @return True if sucessful otherwise false
91 */
92 bool is_valid() const
93 {
94 return header.type == detail::ObjectType::Context;
95 }
96 /** Create a tensor object
97 *
98 * @param[in] desc Descriptor to use

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected