Searched refs:LayerParams (Results 1 – 4 of 4) sorted by relevance
77 static Ptr<Layer> create(const LayerParams ¶ms);86 static Ptr<Layer> create(const LayerParams ¶ms);94 static Ptr<LSTMLayer> create(const LayerParams& params);185 static Ptr<RNNLayer> create(const LayerParams& params);221 static Ptr<BaseConvolutionLayer> create(const LayerParams& params);227 static Ptr<BaseConvolutionLayer> create(const LayerParams& params);239 static Ptr<LRNLayer> create(const LayerParams& params);263 static Ptr<PoolingLayer> create(const LayerParams& params);271 static Ptr<SoftmaxLayer> create(const LayerParams& params);278 static Ptr<InnerProductLayer> create(const LayerParams& params);[all …]
61 typedef Ptr<Layer>(*Constructor)(LayerParams ¶ms);74 static Ptr<Layer> createLayerInstance(const String &type, LayerParams& params);
44 Ptr<Layer> __LayerStaticRegisterer_func_##type(LayerParams ¶ms) \51 Ptr<Layer> _layerDynamicRegisterer(LayerParams ¶ms) in _layerDynamicRegisterer()
104 class CV_EXPORTS LayerParams : public Dict class355 …explicit Layer(const LayerParams ¶ms); //!< Initializes only #name, #type and #blobs fiel…356 …void setParamsFrom(const LayerParams ¶ms); //!< Initializes only #name, #type and #blobs fiel…394 int addLayer(const String &name, const String &type, LayerParams ¶ms);398 int addLayerToPrev(const String &name, const String &type, LayerParams ¶ms);