MNistNet.get_buffer#
- MNistNet.get_buffer(target: str) Tensor#
 Returns the buffer given by
targetif it exists, otherwise throws an error.See the docstring for
get_submodulefor a more detailed explanation of this method’s functionality as well as how to correctly specifytarget.- Args:
 - target: The fully-qualified string name of the buffer
 to look for. (See
get_submodulefor how to specify a fully-qualified string.)
- Returns:
 torch.Tensor: The buffer referenced by
target- Raises:
 - AttributeError: If the target string references an invalid
 path or resolves to something that is not a buffer