mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
It's not fully clear why these are not being created, but you can definitely
reproduce this in code. `__name__` is fun, since there appears to be no way to
explicitly set it on the pybind11 layer or c++ layer. I've set this in the
python wrapper code (which works correctly). But let me know if people feel
strongly and want us to go explicitly cast to python within the cpp functions
and set it there.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/147906
Approved by: https://github.com/jansel
ghstack dependencies: #147894
|
||
|---|---|---|
| .. | ||
| _passes | ||
| mobile | ||
| __init__.py | ||
| _async.py | ||
| _await.py | ||
| _builtins.py | ||
| _check.py | ||
| _dataclass_impls.py | ||
| _decomposition_utils.py | ||
| _decompositions.py | ||
| _freeze.py | ||
| _fuser.py | ||
| _ir_utils.py | ||
| _logging.py | ||
| _monkeytype_config.py | ||
| _pickle.py | ||
| _recursive.py | ||
| _script.py | ||
| _script.pyi | ||
| _serialization.py | ||
| _shape_functions.py | ||
| _state.py | ||
| _trace.py | ||
| annotations.py | ||
| frontend.py | ||
| generate_bytecode.py | ||
| quantized.py | ||
| supported_ops.py | ||
| unsupported_tensor_ops.py | ||