MCPcopy Create free account
hub / github.com/XLechter/PCAN / max_pool3d

Function max_pool3d

tf_util.py:417–440  ·  view source on GitHub ↗

3D max pooling. Args: inputs: 5-D tensor BxDxHxWxC kernel_size: a list of 3 ints stride: a list of 3 ints Returns: Variable tensor

(inputs,
               kernel_size,
               scope,
               stride=[2, 2, 2],
               padding='VALID')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected