MCPcopy Create free account
hub / github.com/davisking/dlib / setup_max_pooling

Method setup_max_pooling

dlib/cuda/tensor_tools.h:1322–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320 ) { impl.clear(); }
1321
1322 void setup_max_pooling(
1323 int window_height,
1324 int window_width,
1325 int stride_y,
1326 int stride_x,
1327 int padding_y,
1328 int padding_x
1329 ) { impl.setup_max_pooling(window_height, window_width, stride_y, stride_x, padding_y, padding_x); }
1330 /*!
1331 requires
1332 - window_height > 0

Callers 3

test_max_poolFunction · 0.80
forwardMethod · 0.80
backwardMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_max_poolFunction · 0.64