Revision 71c16c11c3d9736e9efcd868b85b4a1bacc6c6c7 authored by Deepmind on 01 June 2018, 12:01:17 UTC, committed by Diego de Las Casas on 01 June 2018, 14:20:52 UTC
There can be subtle differences to the public and private versions of member variables in the conv module (eg, Convolution's `stride` is the conv size + 2 but `_stride` is the conv size). The current module mixes and matches these. To reduce cognitive load a bit, we switch to using the private member variable when possible.

PiperOrigin-RevId: 198857690
1 parent 3ec0d90
History
File Mode Size
contrib
examples
protos
python
util
BUILD -rw-r--r-- 516 bytes
__init__.py -rw-r--r-- 6.3 KB

back to top