Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ get_image_shape
Method
get_image_shape
tests/AssetsLibrary.cpp:465–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
}
464
465
TensorShape AssetsLibrary::get_image_shape(const std::string &name)
466
{
467
return load_image(name).shape();
468
}
469
470
const RawTensor &AssetsLibrary::get(const std::string &name) const
471
{
Callers
nothing calls this directly
Calls
1
shape
Method · 0.45
Tested by
no test coverage detected