How to use nn.bottle?

I want to:
(32, 8, 16) -> (32, 8, 64)

I want to change only the last dimension using nn.Linear.
In the past, nn.Bottle(nn.Linear(16, 64))

What is nn.Bottle supposed to do and where did you find it (caffe2 maybe?)?