MCPcopy 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
37AclTensorDescriptor ITensorV2::get_descriptor() const
38{
39 return detail::convert_to_descriptor(*tensor()->info());
40}
41} // namespace arm_compute

Callers 2

AclGetTensorDescriptorFunction · 0.45
setupMethod · 0.45

Calls 2

convert_to_descriptorFunction · 0.85
infoMethod · 0.45

Tested by

no test coverage detected