ArmNN
NotReleased
|
This is the complete list of members for Layer, including all inherited members.
Accept(ILayerVisitor &visitor) const =0 | IConnectableLayer | pure virtual |
AddRelatedLayerName(const std::string layerName) | Layer | inline |
BeginInputSlots() | Layer | inline |
BeginOutputSlots() | Layer | inline |
Clone(Graph &graph) const =0 | Layer | pure virtual |
CloneBase(Graph &graph, Params &&... params) const | Layer | protected |
CollectQueueDescriptorInputs(QueueDescriptor &descriptor, WorkloadInfo &info) const | Layer | inlineprotected |
CollectQueueDescriptorOutputs(QueueDescriptor &descriptor, WorkloadInfo &info) const | Layer | inlineprotected |
ConstantTensors typedef | Layer | protected |
CreateTensorHandles(const TensorHandleFactoryRegistry ®istry, const IWorkloadFactory &factory, const bool IsMemoryManaged=true) | Layer | virtual |
CreateWorkload(const IWorkloadFactory &factory) const =0 | Layer | pure virtual |
EndInputSlots() | Layer | inline |
EndOutputSlots() | Layer | inline |
GetBackendId() const | Layer | inline |
GetConstantTensorsByRef() | Layer | inlineprotectedvirtual |
GetDataType() const | Layer | |
GetGuid() const final | Layer | inlinevirtual |
GetInputSlot(unsigned int index) const override | Layer | inlinevirtual |
GetInputSlot(unsigned int index) override | Layer | inlinevirtual |
GetInputSlots() const | Layer | inline |
GetName() const override | Layer | inlinevirtual |
GetNameStr() const | Layer | inline |
GetNumInputSlots() const override | Layer | inlinevirtual |
GetNumOutputSlots() const override | Layer | inlinevirtual |
GetOutputHandler(unsigned int i=0) const | Layer | inline |
GetOutputHandler(unsigned int i=0) | Layer | inline |
GetOutputSlot(unsigned int index=0) const override | Layer | inlinevirtual |
GetOutputSlot(unsigned int index=0) override | Layer | inlinevirtual |
GetOutputSlots() const | Layer | inline |
GetPriority() const | Layer | |
GetRelatedLayerNames() | Layer | inline |
GetType() const | Layer | inline |
Graph class | Layer | friend |
InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override | Layer | virtual |
IsOutputUnconnected() | Layer | inline |
Layer(unsigned int numInputSlots, unsigned int numOutputSlots, LayerType type, const char *name) | Layer | |
Layer(unsigned int numInputSlots, unsigned int numOutputSlots, LayerType type, DataLayout layout, const char *name) | Layer | |
m_OutputHandlers | Layer | protected |
OperateOnConstantTensors(Op op) | Layer | inline |
PrepInfoAndDesc(QueueDescriptor &descriptor) const | Layer | inlineprotected |
ReleaseConstantData() | Layer | virtual |
Reparent(Graph &dest, std::list< Layer *>::const_iterator iterator)=0 | Layer | pure virtual |
ResetPriority() const | Layer | |
SerializeLayerParameters(ParameterStringifyFunction &fn) const | Layer | virtual |
SetBackendId(const BackendId &id) | Layer | inline |
SetGuid(LayerGuid guid) | Layer | inline |
ValidateTensorShapesFromInputs()=0 | Layer | pure virtual |
VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation &location) const | Layer | |
~IConnectableLayer() | IConnectableLayer | inlineprotected |
~Layer()=default | Layer | protectedvirtual |