op_pooling: Pooling

Description Usage Arguments

Description

Pooling

Usage

1
2
3
op_pooling(operand, pooling_type, pooling_window_shape, strides = c(1),
  auto_padding = c(FALSE), ceil_out_dim = FALSE, include_pad = FALSE,
  name = "")

Arguments

strides

(int or tuple of ints, defaults to 1) – stride of the operation. Use a list of ints to specify a per-axis value.

name

(str) the name of the Function instance in the network


Microsoft/CNTK-R documentation built on May 28, 2019, 1:52 p.m.