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

Function avg_pool2d

tf_util.py:391–414  ·  view source on GitHub ↗

2D avg pooling. Args: inputs: 4-D tensor BxHxWxC kernel_size: a list of 2 ints stride: a list of 2 ints Returns: Variable tensor

(inputs,
               kernel_size,
               scope,
               stride=[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