From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- ...lassarmnn_1_1_convolution3d_layer-members.xhtml | 184 +++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 21.11/classarmnn_1_1_convolution3d_layer-members.xhtml (limited to '21.11/classarmnn_1_1_convolution3d_layer-members.xhtml') diff --git a/21.11/classarmnn_1_1_convolution3d_layer-members.xhtml b/21.11/classarmnn_1_1_convolution3d_layer-members.xhtml new file mode 100644 index 0000000000..36a53b5d47 --- /dev/null +++ b/21.11/classarmnn_1_1_convolution3d_layer-members.xhtml @@ -0,0 +1,184 @@ + + + + + + + + + + + + + +ArmNN: Member List + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Convolution3dLayer Member List
+
+
+ +

This is the complete list of members for Convolution3dLayer, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Accept(ILayerVisitor &visitor) const overrideConvolution3dLayer
AddRelatedLayerName(const std::string layerName)Layerinline
ARMNN_DEPRECATED_MSG_REMOVAL_DATE("Accept is deprecated. The ILayerVisitor that works in conjunction with this " "Accept function is deprecated. Use IStrategy in combination with " "ExecuteStrategy instead, which is an ABI/API stable version of the " "visitor pattern.", "22.05") virtual void Accept(ILayerVisitor &visitor) const =0IConnectableLayerpure virtual
BackendSelectionHint(Optional< BackendId > backend) finalLayerinlinevirtual
BeginInputSlots()Layerinline
BeginOutputSlots()Layerinline
Clone(Graph &graph) const overrideConvolution3dLayervirtual
CloneBase(Graph &graph, Params &&... params) constLayerprotected
CollectQueueDescriptorInputs(QueueDescriptor &descriptor, WorkloadInfo &info) constLayerinlineprotected
CollectQueueDescriptorOutputs(QueueDescriptor &descriptor, WorkloadInfo &info) constLayerinlineprotected
ConstantTensors typedefLayerprotected
Convolution3dLayer(const Convolution3dDescriptor &param, const char *name)Convolution3dLayerprotected
CreateTensorHandles(const TensorHandleFactoryRegistry &registry, const IWorkloadFactory &factory, const bool IsMemoryManaged=true)Layervirtual
CreateWorkload(const IWorkloadFactory &factory) const overrideConvolution3dLayervirtual
DescriptorType typedefLayerWithParameters< Convolution3dDescriptor >
EndInputSlots()Layerinline
EndOutputSlots()Layerinline
ExecuteStrategy(IStrategy &strategy) const overrideConvolution3dLayervirtual
GetAdditionalInformation() constLayerinline
GetBackendHint() constLayerinline
GetBackendId() constLayerinline
GetConstantTensorsByRef()Layerinlineprotectedvirtual
GetDataType() constLayer
GetGuid() const finalLayerinlinevirtual
GetInputSlot(unsigned int index) const overrideLayerinlinevirtual
GetInputSlot(unsigned int index) overrideLayerinlinevirtual
GetInputSlots() constLayerinline
GetName() const overrideLayerinlinevirtual
GetNameStr() constLayerinline
GetNumInputSlots() const overrideLayerinlinevirtual
GetNumOutputSlots() const overrideLayerinlinevirtual
GetOutputHandler(unsigned int i=0) constLayerinline
GetOutputHandler(unsigned int i=0)Layerinline
GetOutputSlot(unsigned int index=0) const overrideLayerinlinevirtual
GetOutputSlot(unsigned int index=0) overrideLayerinlinevirtual
GetOutputSlots() constLayerinline
GetParameters() constLayerWithParameters< Convolution3dDescriptor >inline
GetPriority() constLayer
GetRelatedLayerNames()Layerinline
GetShapeInferenceMethod() constLayerinline
GetType() const overrideLayerinlinevirtual
InferOutputShapes(const std::vector< TensorShape > &inputShapes) const overrideConvolution3dLayervirtual
IsOutputUnconnected()Layerinline
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
LayerWithParameters(unsigned int numInputSlots, unsigned int numOutputSlots, LayerType type, const Convolution3dDescriptor &param, const char *name)LayerWithParameters< Convolution3dDescriptor >inlineprotected
m_AdditionalInfoObjectLayerprotected
m_OutputHandlersLayerprotected
m_ParamLayerWithParameters< Convolution3dDescriptor >protected
m_ShapeInferenceMethodLayerprotected
OperateOnConstantTensors(Op op)Layerinline
PrepInfoAndDesc(QueueDescriptor &descriptor) constLayerWithParameters< Convolution3dDescriptor >inlineprotected
ReleaseConstantData()Layervirtual
Reparent(Graph &dest, std::list< Layer *>::const_iterator iterator)=0Layerpure virtual
ResetPriority() constLayer
SerializeLayerParameters(ParameterStringifyFunction &fn) const overrideConvolution3dLayervirtual
SetAdditionalInfo(QueueDescriptor &descriptor) constLayerprotected
SetAdditionalInfoForObject(const AdditionalInfoObjectPtr &additionalInfo)Layerinline
SetBackendId(const BackendId &id)Layerinline
SetGuid(LayerGuid guid)Layerinline
SetShapeInferenceMethod(ShapeInferenceMethod shapeInferenceMethod)Layerinline
ValidateAndCopyShape(const TensorShape &outputShape, const TensorShape &inferredShape, const ShapeInferenceMethod shapeInferenceMethod, const std::string &layerName, const unsigned int outputSlotIndex=0)Layerprotected
ValidateTensorShapesFromInputs() overrideConvolution3dLayervirtual
VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation &location) constLayer
VerifyShapeInferenceType(const TensorShape &outputShape, ShapeInferenceMethod shapeInferenceMethod)Layerprotected
~Convolution3dLayer()=defaultConvolution3dLayerprotected
~IConnectableLayer()IConnectableLayerinlineprotected
~Layer()=defaultLayerprotectedvirtual
~LayerWithParameters()=defaultLayerWithParameters< Convolution3dDescriptor >protected
+
+ + + + -- cgit v1.2.1