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

Method IsConstant

src/armnn/Tensor.cpp:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513bool TensorInfo::IsConstant() const
514{
515 return m_IsConstant;
516}
517
518void TensorInfo::SetConstant(const bool IsConstant)
519{

Callers 15

VisitFillOperatorFunction · 0.80
VisitConv2dOperatorFunction · 0.80
VisitConv3dOperatorFunction · 0.80
VisitConv2dOperatorFunction · 0.80
VisitConv3dOperatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected