MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsShapeSupported

Method IsShapeSupported

src/backends/backendsCommon/LayerSupportBase.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool LayerSupportBase::IsShapeSupported(const TensorInfo&, // input
132 const TensorInfo&, // output
133 Optional<std::string&> reasonIfUnsupported) const
134{
135 return DefaultLayerSupport(__func__, __FILE__, __LINE__, reasonIfUnsupported);
136}
137
138bool LayerSupportBase::IsStandInSupported(const std::vector<const TensorInfo*>&, // inputs
139 const std::vector<const TensorInfo*>&, // outputs

Callers 1

Calls 1

DefaultLayerSupportFunction · 0.85

Tested by

no test coverage detected