Home
last modified time | relevance | path

Searched refs:StringifyLayerParameters (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/
DSerializeLayerParameters.hpp23 struct StringifyLayerParameters struct
28 template <> struct StringifyLayerParameters<PermuteDescriptor> struct
33 template <> struct StringifyLayerParameters<ReshapeDescriptor> struct
38 template <> struct StringifyLayerParameters<ActivationDescriptor> struct
43 template <> struct StringifyLayerParameters<Convolution2dDescriptor> struct
48 template <> struct StringifyLayerParameters<BatchNormalizationDescriptor> struct
53 template <> struct StringifyLayerParameters<DepthwiseConvolution2dDescriptor> struct
58 template <> struct StringifyLayerParameters<Pooling2dDescriptor> struct
63 template <> struct StringifyLayerParameters<SoftmaxDescriptor> struct
68 template <> struct StringifyLayerParameters<FullyConnectedDescriptor> struct
[all …]
DSerializeLayerParameters.cpp14 void StringifyLayerParameters<PermuteDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
34 void StringifyLayerParameters<ReshapeDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
42 void StringifyLayerParameters<ActivationDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
50 void StringifyLayerParameters<Convolution2dDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
76 void StringifyLayerParameters<BatchNormalizationDescriptor>::Serialize(ParameterStringifyFunction& … in Serialize()
83 void StringifyLayerParameters<DepthwiseConvolution2dDescriptor>::Serialize( in Serialize()
110 void StringifyLayerParameters<Pooling2dDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
138 void StringifyLayerParameters<SoftmaxDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
145 void StringifyLayerParameters<FullyConnectedDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
152 void StringifyLayerParameters<OriginsDescriptor>::Serialize(ParameterStringifyFunction& fn, in Serialize()
[all …]
DLayer.cpp472 StringifyLayerParameters<ActivationDescriptor>::Serialize(fn, *activationDescPtr.get()); in SerializeLayerParameters()
/external/armnn/src/armnn/layers/
DLayerWithParameters.hpp24 StringifyLayerParameters<Parameters>::Serialize(fn, m_Param); in SerializeLayerParameters()