MCPcopy Create free account
hub / github.com/apache/singa / pool_method

Method pool_method

src/model/layer/pooling.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 size_t stride_w() const { return stride_w_; }
83 size_t stride_h() const { return stride_h_; }
84 PoolingConf_PoolMethod pool_method() const { return pool_; }
85 size_t channels() const { return channels_; }
86 size_t height() const { return height_; }
87 size_t width() const { return width_; }

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64