Public Member Functions | |
| def | __init__ (self, kwargs) |
| def | call (self, x, mask=None) |
| def | get_config (self) |
Definition at line 36 of file googlenet_custom_layers.py.
| def googlenet_custom_layers.PoolHelper.__init__ | ( | self, | |
| kwargs | |||
| ) |
Definition at line 38 of file googlenet_custom_layers.py.
| def googlenet_custom_layers.PoolHelper.call | ( | self, | |
| x, | |||
mask = None |
|||
| ) |
Definition at line 41 of file googlenet_custom_layers.py.
| def googlenet_custom_layers.PoolHelper.get_config | ( | self | ) |
Definition at line 44 of file googlenet_custom_layers.py.
1.8.11