Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_descriptor
Method
get_descriptor
src/common/ITensorV2.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
AclTensorDescriptor ITensorV2::get_descriptor() const
38
{
39
return detail::convert_to_descriptor(*tensor()->info());
40
}
41
} // namespace arm_compute
Callers
2
AclGetTensorDescriptor
Function · 0.45
setup
Method · 0.45
Calls
2
convert_to_descriptor
Function · 0.85
info
Method · 0.45
Tested by
no test coverage detected