MCPcopy 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
465TensorShape AssetsLibrary::get_image_shape(const std::string &name)
466{
467 return load_image(name).shape();
468}
469
470const RawTensor &AssetsLibrary::get(const std::string &name) const
471{

Callers

nothing calls this directly

Calls 1

shapeMethod · 0.45

Tested by

no test coverage detected