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

Method is_valid

src/common/IOperator.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool IOperator::is_valid() const
45{
46 return this->header.type == detail::ObjectType::Operator;
47}
48
49StatusCode IOperator::run(ITensorPack &tensors)
50{

Callers 2

validate_internal_packFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected