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

Method is_valid

src/common/ITensorV2.h:68–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66 * @return True if successful otherwise false
67 */
68 bool is_valid() const
69 {
70 return this->header.type == detail::ObjectType::Tensor;
71 };
72 /** Map tensor to a host pointer
73 *
74 * @return A pointer to the underlying backing memory if successful else nullptr

Callers 1

validate_internal_tensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected