Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool IOperator::is_valid() const
45
{
46
return this->header.type == detail::ObjectType::Operator;
47
}
48
49
StatusCode IOperator::run(ITensorPack &tensors)
50
{
Callers
2
validate_internal_pack
Function · 0.45
validate_internal_operator
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected