Bug Fix: If num_uses > 0 the the inputs tensor need not be a list but can be reshaped to
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 3 Apr 2018 17:00:00 +0000 (10:00 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 3 Apr 2018 17:03:06 +0000 (10:03 -0700)
commitcf8c504688c5f5813c8772eb107ed3d4a1385888
treedf8684393eb737fc974a2e803bec99ed33030242
parent27c762c336bb11c8f74694e3d3ea5c8c47a28003
Bug Fix: If num_uses > 0 the the inputs tensor need not be a list but can be reshaped to
[batch_size*num_uses, input_size]. `num_uses` should be incremented by one in this case.'

PiperOrigin-RevId: 191456184
tensorflow/contrib/kfac/python/ops/layer_collection.py