jax.lax.reduce_window#
- jax.lax.reduce_window(operand, init_value, computation, window_dimensions, window_strides, padding, base_dilation=None, window_dilation=None)[源代码]#
包装 XLA 的 ReduceWindowWithGeneralPadding 运算符。
包装 XLA 的 ReduceWindowWithGeneralPadding 运算符。