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