mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Updated torch.onnx Namespacing (markdown)
@ -4,7 +4,7 @@ This document lists conventions on namespacing in the `torch.onnx` module.
|
||||
|
||||
Make sure new functions and classes are private to the module by default. New modules should be private to torch.onnx by default.
|
||||
|
||||
> Only “promote” them to public names when needed, by removing the prefix `_`
|
||||
> Only "promote" them to public names when needed, by removing the prefix `_`
|
||||
|
||||
### Rationale
|
||||
|
||||
|
Reference in New Issue
Block a user