pytorch
7ab25b2e - [JIT] add id function (#34975)

Commit
4 years ago
[JIT] add id function (#34975) Summary: add `id` function so to give uses a way of keeping a `seen` set of nn modules. n practice, this is only used between values of `T` and `T` or `T` and `Optional[T]`, so in this implementation I made it so that None is the only value that can be zero. Python also only guarantees `id()` gives semantically meaningful results for pointer types. EDIT: now only allowing id on class types Pull Request resolved: https://github.com/pytorch/pytorch/pull/34975 Reviewed By: driazati Differential Revision: D20599564 Pulled By: eellison fbshipit-source-id: 3c6666a9b9b0258198adc70969dd6332e3375e4f
Author
Elias Ellison
Parents
Loading