From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...affe_parser_1_1_caffe_parser_impl-members.xhtml | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 21.02/classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl-members.xhtml (limited to '21.02/classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl-members.xhtml') diff --git a/21.02/classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl-members.xhtml b/21.02/classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl-members.xhtml new file mode 100644 index 0000000000..5a4c5207a6 --- /dev/null +++ b/21.02/classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl-members.xhtml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + +ArmNN: Member List + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ICaffeParser::CaffeParserImpl Member List
+
+
+ +

This is the complete list of members for ICaffeParser::CaffeParserImpl, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AddConvLayerWithDepthwiseConv(const caffe::LayerParameter &layerParam, const armnn::Convolution2dDescriptor &desc, unsigned int kernelW, unsigned int kernelH)ICaffeParser::CaffeParserImplprotected
AddConvLayerWithSplits(const caffe::LayerParameter &layerParam, const armnn::Convolution2dDescriptor &desc, unsigned int kernelW, unsigned int kernelH)ICaffeParser::CaffeParserImplprotected
AddDeconvLayerWithSplits(const caffe::LayerParameter &layerParam, const armnn::TransposeConvolution2dDescriptor &desc, unsigned int kernelW, unsigned int kernelH)ICaffeParser::CaffeParserImplprotected
BlobShapeToTensorInfo(const caffe::BlobShape &blobShape) constICaffeParser::CaffeParserImplprotected
CaffeParserImpl()ICaffeParser::CaffeParserImpl
Cleanup()ICaffeParser::CaffeParserImplprotected
CreateNetworkFromBinaryFile(const char *graphFile, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)=0ICaffeParser::CaffeParserImplpure virtual
CreateNetworkFromNetParameter(caffe::NetParameter &netParam, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser::CaffeParserImplprotected
CreateNetworkFromString(const char *protoText, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser::CaffeParserImpl
CreateNetworkFromTextFile(const char *graphFile, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser::CaffeParserImpl
GetArmnnOutputSlotForCaffeTop(const std::string &caffeTopName) constICaffeParser::CaffeParserImplprotected
GetBindingInfo(const std::string &layerName, const char *bindingPointDesc, const std::unordered_map< std::string, BindingPointInfo > &bindingInfos)ICaffeParser::CaffeParserImplprotectedstatic
GetInputs(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
GetNetworkInputBindingInfo(const std::string &name) constICaffeParser::CaffeParserImpl
GetNetworkOutputBindingInfo(const std::string &name) constICaffeParser::CaffeParserImpl
GetVersion()ICaffeParser::CaffeParserImplstatic
LoadNetParam(caffe::NetParameter &netParameter)ICaffeParser::CaffeParserImplprotected
m_ArmnnOutputSlotForCaffeTopICaffeParser::CaffeParserImplprotected
m_CaffeLayersByTopNameICaffeParser::CaffeParserImplprotected
m_InputShapesICaffeParser::CaffeParserImplprotected
m_NetworkICaffeParser::CaffeParserImplprotected
m_NetworkInputsBindingInfoICaffeParser::CaffeParserImplprotected
m_NetworkOutputsBindingInfoICaffeParser::CaffeParserImplprotected
m_RequestedOutputsICaffeParser::CaffeParserImplprotected
ms_CaffeLayerNameToParsingFunctionsICaffeParser::CaffeParserImplprotectedstatic
OperationParsingFunction typedefICaffeParser::CaffeParserImplprotected
ParseArgmaxLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseBatchNormLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseConcatLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseConvLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseDeconvLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseDropoutLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseEltwiseLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseInnerProductLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseInputLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseLRNLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParsePoolingLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseReluLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseScaleLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseSoftmaxLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ParseSplitLayer(const caffe::LayerParameter &layerParam)ICaffeParser::CaffeParserImplprotected
ResolveInPlaceLayers(caffe::NetParameter &netParameter)ICaffeParser::CaffeParserImplprotected
SetArmnnOutputSlotForCaffeTop(const std::string &caffeTopName, armnn::IOutputSlot &armnnOutputSlot)ICaffeParser::CaffeParserImplprotected
TrackBindingPoint(armnn::IConnectableLayer *layer, armnn::LayerBindingId id, const armnn::TensorInfo &tensorInfo, const char *bindingPointDesc, std::unordered_map< std::string, BindingPointInfo > &nameToBindingInfo)ICaffeParser::CaffeParserImplprotectedstatic
TrackInputBinding(armnn::IConnectableLayer *layer, armnn::LayerBindingId id, const armnn::TensorInfo &tensorInfo)ICaffeParser::CaffeParserImplprotected
TrackOutputBinding(armnn::IConnectableLayer *layer, armnn::LayerBindingId id, const armnn::TensorInfo &tensorInfo)ICaffeParser::CaffeParserImplprotected
~CaffeParserImpl()=defaultICaffeParser::CaffeParserImplvirtual
+
+ + + + -- cgit v1.2.1