nbdev-pytorch 0.0.1807__py3-none-any.whl → 0.0.1809__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nbdev-pytorch might be problematic. Click here for more details.
- nbdev_pytorch/_modidx.py +73 -37
- {nbdev_pytorch-0.0.1807.dist-info → nbdev_pytorch-0.0.1809.dist-info}/METADATA +1 -1
- nbdev_pytorch-0.0.1809.dist-info/RECORD +9 -0
- nbdev_pytorch-0.0.1807.dist-info/RECORD +0 -9
- {nbdev_pytorch-0.0.1807.dist-info → nbdev_pytorch-0.0.1809.dist-info}/WHEEL +0 -0
- {nbdev_pytorch-0.0.1807.dist-info → nbdev_pytorch-0.0.1809.dist-info}/entry_points.txt +0 -0
- {nbdev_pytorch-0.0.1807.dist-info → nbdev_pytorch-0.0.1809.dist-info}/licenses/LICENSE +0 -0
- {nbdev_pytorch-0.0.1807.dist-info → nbdev_pytorch-0.0.1809.dist-info}/top_level.txt +0 -0
nbdev_pytorch/_modidx.py
CHANGED
|
@@ -1218,6 +1218,8 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1218
1218
|
'torch.__future__.set_overwrite_module_params_on_conversion': 'https://pytorch.org/docs/stable/future_mod.html#torch.__future__.set_overwrite_module_params_on_conversion',
|
|
1219
1219
|
'torch.__future__.set_swap_module_params_on_conversion': 'https://pytorch.org/docs/stable/future_mod.html#torch.__future__.set_swap_module_params_on_conversion'},
|
|
1220
1220
|
'torch._higher_order_ops.cond': { 'torch._higher_order_ops.cond.cond': 'https://pytorch.org/docs/stable/cond.html#torch._higher_order_ops.cond.cond'},
|
|
1221
|
+
'torch._inductor': { 'torch._inductor.aoti_compile_and_package': 'https://pytorch.org/docs/stable/torch.compiler_aot_inductor.html#torch._inductor.aoti_compile_and_package',
|
|
1222
|
+
'torch._inductor.aoti_load_package': 'https://pytorch.org/docs/stable/torch.compiler_aot_inductor.html#torch._inductor.aoti_load_package'},
|
|
1221
1223
|
'torch._library.custom_ops': { 'torch._library.custom_ops.CustomOpDef': 'https://pytorch.org/docs/stable/library.html#torch._library.custom_ops.CustomOpDef',
|
|
1222
1224
|
'torch._library.custom_ops.CustomOpDef.set_kernel_enabled': 'https://pytorch.org/docs/stable/library.html#torch._library.custom_ops.CustomOpDef.set_kernel_enabled'},
|
|
1223
1225
|
'torch._logging': {'torch._logging.set_logs': 'https://pytorch.org/docs/stable/generated/torch._logging.set_logs.html#torch._logging.set_logs'},
|
|
@@ -1648,7 +1650,13 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1648
1650
|
'torch.ao.quantization.fx.custom_config.PrepareCustomConfig.set_standalone_module_name': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.fx.custom_config.PrepareCustomConfig.html#torch.ao.quantization.fx.custom_config.PrepareCustomConfig.set_standalone_module_name',
|
|
1649
1651
|
'torch.ao.quantization.fx.custom_config.PrepareCustomConfig.to_dict': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.fx.custom_config.PrepareCustomConfig.html#torch.ao.quantization.fx.custom_config.PrepareCustomConfig.to_dict',
|
|
1650
1652
|
'torch.ao.quantization.fx.custom_config.StandaloneModuleConfigEntry': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.fx.custom_config.StandaloneModuleConfigEntry.html#torch.ao.quantization.fx.custom_config.StandaloneModuleConfigEntry'},
|
|
1651
|
-
'torch.ao.quantization.observer': { 'torch.ao.quantization.observer.
|
|
1653
|
+
'torch.ao.quantization.observer': { 'torch.ao.quantization.observer.AffineQuantizedObserverBase': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.AffineQuantizedObserverBase.html#torch.ao.quantization.observer.AffineQuantizedObserverBase',
|
|
1654
|
+
'torch.ao.quantization.observer.AffineQuantizedObserverBase.calculate_qparams': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.AffineQuantizedObserverBase.html#torch.ao.quantization.observer.AffineQuantizedObserverBase.calculate_qparams',
|
|
1655
|
+
'torch.ao.quantization.observer.AffineQuantizedObserverBase.forward': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.AffineQuantizedObserverBase.html#torch.ao.quantization.observer.AffineQuantizedObserverBase.forward',
|
|
1656
|
+
'torch.ao.quantization.observer.AffineQuantizedObserverBase.with_args': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.AffineQuantizedObserverBase.html#torch.ao.quantization.observer.AffineQuantizedObserverBase.with_args',
|
|
1657
|
+
'torch.ao.quantization.observer.Granularity': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.Granularity.html#torch.ao.quantization.observer.Granularity',
|
|
1658
|
+
'torch.ao.quantization.observer.HistogramObserver': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.HistogramObserver.html#torch.ao.quantization.observer.HistogramObserver',
|
|
1659
|
+
'torch.ao.quantization.observer.MappingType': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.MappingType.html#torch.ao.quantization.observer.MappingType',
|
|
1652
1660
|
'torch.ao.quantization.observer.MinMaxObserver': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.MinMaxObserver.html#torch.ao.quantization.observer.MinMaxObserver',
|
|
1653
1661
|
'torch.ao.quantization.observer.MinMaxObserver.calculate_qparams': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.MinMaxObserver.html#torch.ao.quantization.observer.MinMaxObserver.calculate_qparams',
|
|
1654
1662
|
'torch.ao.quantization.observer.MinMaxObserver.forward': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.MinMaxObserver.html#torch.ao.quantization.observer.MinMaxObserver.forward',
|
|
@@ -1659,10 +1667,19 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1659
1667
|
'torch.ao.quantization.observer.ObserverBase': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.ObserverBase.html#torch.ao.quantization.observer.ObserverBase',
|
|
1660
1668
|
'torch.ao.quantization.observer.ObserverBase.with_args': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.ObserverBase.html#torch.ao.quantization.observer.ObserverBase.with_args',
|
|
1661
1669
|
'torch.ao.quantization.observer.ObserverBase.with_callable_args': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.ObserverBase.html#torch.ao.quantization.observer.ObserverBase.with_callable_args',
|
|
1670
|
+
'torch.ao.quantization.observer.PerAxis': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerAxis.html#torch.ao.quantization.observer.PerAxis',
|
|
1671
|
+
'torch.ao.quantization.observer.PerBlock': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerBlock.html#torch.ao.quantization.observer.PerBlock',
|
|
1662
1672
|
'torch.ao.quantization.observer.PerChannelMinMaxObserver': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerChannelMinMaxObserver.html#torch.ao.quantization.observer.PerChannelMinMaxObserver',
|
|
1663
1673
|
'torch.ao.quantization.observer.PerChannelMinMaxObserver.reset_min_max_vals': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerChannelMinMaxObserver.html#torch.ao.quantization.observer.PerChannelMinMaxObserver.reset_min_max_vals',
|
|
1674
|
+
'torch.ao.quantization.observer.PerGroup': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerGroup.html#torch.ao.quantization.observer.PerGroup',
|
|
1675
|
+
'torch.ao.quantization.observer.PerRow': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerRow.html#torch.ao.quantization.observer.PerRow',
|
|
1676
|
+
'torch.ao.quantization.observer.PerTensor': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerTensor.html#torch.ao.quantization.observer.PerTensor',
|
|
1677
|
+
'torch.ao.quantization.observer.PerToken': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PerToken.html#torch.ao.quantization.observer.PerToken',
|
|
1664
1678
|
'torch.ao.quantization.observer.PlaceholderObserver': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.PlaceholderObserver.html#torch.ao.quantization.observer.PlaceholderObserver',
|
|
1665
1679
|
'torch.ao.quantization.observer.RecordingObserver': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.RecordingObserver.html#torch.ao.quantization.observer.RecordingObserver',
|
|
1680
|
+
'torch.ao.quantization.observer.TorchAODType': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.TorchAODType.html#torch.ao.quantization.observer.TorchAODType',
|
|
1681
|
+
'torch.ao.quantization.observer.ZeroPointDomain': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.ZeroPointDomain.html#torch.ao.quantization.observer.ZeroPointDomain',
|
|
1682
|
+
'torch.ao.quantization.observer.get_block_size': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.get_block_size.html#torch.ao.quantization.observer.get_block_size',
|
|
1666
1683
|
'torch.ao.quantization.observer.get_observer_state_dict': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.get_observer_state_dict.html#torch.ao.quantization.observer.get_observer_state_dict',
|
|
1667
1684
|
'torch.ao.quantization.observer.load_observer_state_dict': 'https://pytorch.org/docs/stable/generated/torch.ao.quantization.observer.load_observer_state_dict.html#torch.ao.quantization.observer.load_observer_state_dict'},
|
|
1668
1685
|
'torch.ao.quantization.pt2e': { 'torch.ao.quantization.pt2e.duplicate_dq_pass': 'https://pytorch.org/docs/stable/quantization.html#module-torch.ao.quantization.pt2e.duplicate_dq_pass',
|
|
@@ -1847,6 +1864,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1847
1864
|
'torch.backends.cuda': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.cuda',
|
|
1848
1865
|
'torch.backends.cudnn': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.cudnn',
|
|
1849
1866
|
'torch.backends.cusparselt': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.cusparselt',
|
|
1867
|
+
'torch.backends.kleidiai': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.kleidiai',
|
|
1850
1868
|
'torch.backends.mha': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.mha',
|
|
1851
1869
|
'torch.backends.mkl': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.mkl',
|
|
1852
1870
|
'torch.backends.mkldnn': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.mkldnn',
|
|
@@ -1878,6 +1896,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1878
1896
|
'torch.backends.cuda.mem_efficient_sdp_enabled': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cuda.mem_efficient_sdp_enabled',
|
|
1879
1897
|
'torch.backends.cuda.preferred_blas_library': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cuda.preferred_blas_library',
|
|
1880
1898
|
'torch.backends.cuda.preferred_linalg_library': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cuda.preferred_linalg_library',
|
|
1899
|
+
'torch.backends.cuda.preferred_rocm_fa_library': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cuda.preferred_rocm_fa_library',
|
|
1881
1900
|
'torch.backends.cuda.sdp_kernel': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cuda.sdp_kernel'},
|
|
1882
1901
|
'torch.backends.cudnn': { 'torch.backends.cudnn.is_available': 'https://pytorch.org/docs/stable/backends.html#torch.backends.cudnn.is_available',
|
|
1883
1902
|
'torch.backends.cudnn.rnn': 'https://pytorch.org/docs/stable/backends.html#module-torch.backends.cudnn.rnn',
|
|
@@ -1907,6 +1926,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1907
1926
|
'torch.compiler.disable': 'https://pytorch.org/docs/stable/generated/torch.compiler.disable.html#torch.compiler.disable',
|
|
1908
1927
|
'torch.compiler.is_compiling': 'https://pytorch.org/docs/stable/generated/torch.compiler.is_compiling.html#torch.compiler.is_compiling',
|
|
1909
1928
|
'torch.compiler.is_dynamo_compiling': 'https://pytorch.org/docs/stable/generated/torch.compiler.is_dynamo_compiling.html#torch.compiler.is_dynamo_compiling',
|
|
1929
|
+
'torch.compiler.is_exporting': 'https://pytorch.org/docs/stable/generated/torch.compiler.is_exporting.html#torch.compiler.is_exporting',
|
|
1910
1930
|
'torch.compiler.list_backends': 'https://pytorch.org/docs/stable/generated/torch.compiler.list_backends.html#torch.compiler.list_backends',
|
|
1911
1931
|
'torch.compiler.reset': 'https://pytorch.org/docs/stable/generated/torch.compiler.reset.html#torch.compiler.reset',
|
|
1912
1932
|
'torch.compiler.set_stance': 'https://pytorch.org/docs/stable/generated/torch.compiler.set_stance.html#torch.compiler.set_stance',
|
|
@@ -1991,16 +2011,19 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
1991
2011
|
'torch.cuda.get_per_process_memory_fraction': 'https://pytorch.org/docs/stable/generated/torch.cuda.get_per_process_memory_fraction.html#torch.cuda.get_per_process_memory_fraction',
|
|
1992
2012
|
'torch.cuda.get_rng_state': 'https://pytorch.org/docs/stable/generated/torch.cuda.get_rng_state.html#torch.cuda.get_rng_state',
|
|
1993
2013
|
'torch.cuda.get_rng_state_all': 'https://pytorch.org/docs/stable/generated/torch.cuda.get_rng_state_all.html#torch.cuda.get_rng_state_all',
|
|
2014
|
+
'torch.cuda.get_stream_from_external': 'https://pytorch.org/docs/stable/generated/torch.cuda.get_stream_from_external.html#torch.cuda.get_stream_from_external',
|
|
1994
2015
|
'torch.cuda.get_sync_debug_mode': 'https://pytorch.org/docs/stable/generated/torch.cuda.get_sync_debug_mode.html#torch.cuda.get_sync_debug_mode',
|
|
1995
2016
|
'torch.cuda.graph': 'https://pytorch.org/docs/stable/generated/torch.cuda.graph.html#torch.cuda.graph',
|
|
1996
2017
|
'torch.cuda.graph_pool_handle': 'https://pytorch.org/docs/stable/generated/torch.cuda.graph_pool_handle.html#torch.cuda.graph_pool_handle',
|
|
1997
2018
|
'torch.cuda.graphs': 'https://pytorch.org/docs/stable/cuda.html#module-torch.cuda.graphs',
|
|
2019
|
+
'torch.cuda.host_memory_stats': 'https://pytorch.org/docs/stable/generated/torch.cuda.host_memory_stats.html#torch.cuda.host_memory_stats',
|
|
1998
2020
|
'torch.cuda.init': 'https://pytorch.org/docs/stable/generated/torch.cuda.init.html#torch.cuda.init',
|
|
1999
2021
|
'torch.cuda.initial_seed': 'https://pytorch.org/docs/stable/generated/torch.cuda.initial_seed.html#torch.cuda.initial_seed',
|
|
2000
2022
|
'torch.cuda.ipc_collect': 'https://pytorch.org/docs/stable/generated/torch.cuda.ipc_collect.html#torch.cuda.ipc_collect',
|
|
2001
2023
|
'torch.cuda.is_available': 'https://pytorch.org/docs/stable/generated/torch.cuda.is_available.html#torch.cuda.is_available',
|
|
2002
2024
|
'torch.cuda.is_current_stream_capturing': 'https://pytorch.org/docs/stable/generated/torch.cuda.is_current_stream_capturing.html#torch.cuda.is_current_stream_capturing',
|
|
2003
2025
|
'torch.cuda.is_initialized': 'https://pytorch.org/docs/stable/generated/torch.cuda.is_initialized.html#torch.cuda.is_initialized',
|
|
2026
|
+
'torch.cuda.is_tf32_supported': 'https://pytorch.org/docs/stable/generated/torch.cuda.is_tf32_supported.html#torch.cuda.is_tf32_supported',
|
|
2004
2027
|
'torch.cuda.jiterator': 'https://pytorch.org/docs/stable/cuda.html#module-torch.cuda.jiterator',
|
|
2005
2028
|
'torch.cuda.list_gpu_processes': 'https://pytorch.org/docs/stable/generated/torch.cuda.list_gpu_processes.html#torch.cuda.list_gpu_processes',
|
|
2006
2029
|
'torch.cuda.make_graphed_callables': 'https://pytorch.org/docs/stable/generated/torch.cuda.make_graphed_callables.html#torch.cuda.make_graphed_callables',
|
|
@@ -2025,6 +2048,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2025
2048
|
'torch.cuda.random': 'https://pytorch.org/docs/stable/cuda.html#module-torch.cuda.random',
|
|
2026
2049
|
'torch.cuda.reset_max_memory_allocated': 'https://pytorch.org/docs/stable/generated/torch.cuda.reset_max_memory_allocated.html#torch.cuda.reset_max_memory_allocated',
|
|
2027
2050
|
'torch.cuda.reset_max_memory_cached': 'https://pytorch.org/docs/stable/generated/torch.cuda.reset_max_memory_cached.html#torch.cuda.reset_max_memory_cached',
|
|
2051
|
+
'torch.cuda.reset_peak_host_memory_stats': 'https://pytorch.org/docs/stable/generated/torch.cuda.reset_peak_host_memory_stats.html#torch.cuda.reset_peak_host_memory_stats',
|
|
2028
2052
|
'torch.cuda.reset_peak_memory_stats': 'https://pytorch.org/docs/stable/generated/torch.cuda.reset_peak_memory_stats.html#torch.cuda.reset_peak_memory_stats',
|
|
2029
2053
|
'torch.cuda.seed': 'https://pytorch.org/docs/stable/generated/torch.cuda.seed.html#torch.cuda.seed',
|
|
2030
2054
|
'torch.cuda.seed_all': 'https://pytorch.org/docs/stable/generated/torch.cuda.seed_all.html#torch.cuda.seed_all',
|
|
@@ -2057,6 +2081,13 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2057
2081
|
'torch.cuda.comm.gather': 'https://pytorch.org/docs/stable/generated/torch.cuda.comm.gather.html#torch.cuda.comm.gather',
|
|
2058
2082
|
'torch.cuda.comm.reduce_add': 'https://pytorch.org/docs/stable/generated/torch.cuda.comm.reduce_add.html#torch.cuda.comm.reduce_add',
|
|
2059
2083
|
'torch.cuda.comm.scatter': 'https://pytorch.org/docs/stable/generated/torch.cuda.comm.scatter.html#torch.cuda.comm.scatter'},
|
|
2084
|
+
'torch.cuda.gds': { 'torch.cuda.gds.GdsFile': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.GdsFile.html#torch.cuda.gds.GdsFile',
|
|
2085
|
+
'torch.cuda.gds.GdsFile.deregister_handle': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.GdsFile.html#torch.cuda.gds.GdsFile.deregister_handle',
|
|
2086
|
+
'torch.cuda.gds.GdsFile.load_storage': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.GdsFile.html#torch.cuda.gds.GdsFile.load_storage',
|
|
2087
|
+
'torch.cuda.gds.GdsFile.register_handle': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.GdsFile.html#torch.cuda.gds.GdsFile.register_handle',
|
|
2088
|
+
'torch.cuda.gds.GdsFile.save_storage': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.GdsFile.html#torch.cuda.gds.GdsFile.save_storage',
|
|
2089
|
+
'torch.cuda.gds.gds_deregister_buffer': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.gds_deregister_buffer.html#torch.cuda.gds.gds_deregister_buffer',
|
|
2090
|
+
'torch.cuda.gds.gds_register_buffer': 'https://pytorch.org/docs/stable/generated/torch.cuda.gds.gds_register_buffer.html#torch.cuda.gds.gds_register_buffer'},
|
|
2060
2091
|
'torch.cuda.graphs': { 'torch.cuda.graphs.CUDAGraph': 'https://pytorch.org/docs/stable/generated/torch.cuda.CUDAGraph.html#torch.cuda.CUDAGraph',
|
|
2061
2092
|
'torch.cuda.graphs.graph': 'https://pytorch.org/docs/stable/generated/torch.cuda.graph.html#torch.cuda.graph'},
|
|
2062
2093
|
'torch.cuda.jiterator': { 'torch.cuda.jiterator._create_jit_fn': 'https://pytorch.org/docs/stable/generated/torch.cuda.jiterator._create_jit_fn.html#torch.cuda.jiterator._create_jit_fn',
|
|
@@ -2081,6 +2112,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2081
2112
|
'torch.cuda.tunable.get_max_tuning_duration': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.get_max_tuning_duration',
|
|
2082
2113
|
'torch.cuda.tunable.get_max_tuning_iterations': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.get_max_tuning_iterations',
|
|
2083
2114
|
'torch.cuda.tunable.get_results': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.get_results',
|
|
2115
|
+
'torch.cuda.tunable.get_rotating_buffer_size': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.get_rotating_buffer_size',
|
|
2084
2116
|
'torch.cuda.tunable.get_validators': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.get_validators',
|
|
2085
2117
|
'torch.cuda.tunable.is_enabled': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.is_enabled',
|
|
2086
2118
|
'torch.cuda.tunable.mgpu_tune_gemm_in_file': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.mgpu_tune_gemm_in_file',
|
|
@@ -2090,6 +2122,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2090
2122
|
'torch.cuda.tunable.set_filename': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.set_filename',
|
|
2091
2123
|
'torch.cuda.tunable.set_max_tuning_duration': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.set_max_tuning_duration',
|
|
2092
2124
|
'torch.cuda.tunable.set_max_tuning_iterations': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.set_max_tuning_iterations',
|
|
2125
|
+
'torch.cuda.tunable.set_rotating_buffer_size': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.set_rotating_buffer_size',
|
|
2093
2126
|
'torch.cuda.tunable.tune_gemm_in_file': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.tune_gemm_in_file',
|
|
2094
2127
|
'torch.cuda.tunable.tuning_enable': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.tuning_enable',
|
|
2095
2128
|
'torch.cuda.tunable.tuning_is_enabled': 'https://pytorch.org/docs/stable/cuda.tunable.html#torch.cuda.tunable.tuning_is_enabled',
|
|
@@ -2346,7 +2379,8 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2346
2379
|
'torch.distributed.checkpoint.state_dict.set_state_dict': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict.set_state_dict'},
|
|
2347
2380
|
'torch.distributed.checkpoint.state_dict_loader': { 'torch.distributed.checkpoint.state_dict_loader.load': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_loader.load',
|
|
2348
2381
|
'torch.distributed.checkpoint.state_dict_loader.load_state_dict': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_loader.load_state_dict'},
|
|
2349
|
-
'torch.distributed.checkpoint.state_dict_saver': { 'torch.distributed.checkpoint.state_dict_saver.
|
|
2382
|
+
'torch.distributed.checkpoint.state_dict_saver': { 'torch.distributed.checkpoint.state_dict_saver.AsyncCheckpointerType': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_saver.AsyncCheckpointerType',
|
|
2383
|
+
'torch.distributed.checkpoint.state_dict_saver.async_save': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_saver.async_save',
|
|
2350
2384
|
'torch.distributed.checkpoint.state_dict_saver.save': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_saver.save',
|
|
2351
2385
|
'torch.distributed.checkpoint.state_dict_saver.save_state_dict': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict_saver.save_state_dict'},
|
|
2352
2386
|
'torch.distributed.checkpoint.stateful': { 'torch.distributed.checkpoint.stateful.Stateful': 'https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.stateful.Stateful',
|
|
@@ -2551,6 +2585,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2551
2585
|
'torch.distributed.fsdp.CPUOffloadPolicy': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.CPUOffloadPolicy',
|
|
2552
2586
|
'torch.distributed.fsdp.FSDPModule': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule',
|
|
2553
2587
|
'torch.distributed.fsdp.FSDPModule.reshard': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule.reshard',
|
|
2588
|
+
'torch.distributed.fsdp.FSDPModule.set_all_reduce_hook': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule.set_all_reduce_hook',
|
|
2554
2589
|
'torch.distributed.fsdp.FSDPModule.set_is_last_backward': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule.set_is_last_backward',
|
|
2555
2590
|
'torch.distributed.fsdp.FSDPModule.set_modules_to_backward_prefetch': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule.set_modules_to_backward_prefetch',
|
|
2556
2591
|
'torch.distributed.fsdp.FSDPModule.set_modules_to_forward_prefetch': 'https://pytorch.org/docs/stable/distributed.fsdp.fully_shard.html#torch.distributed.fsdp.FSDPModule.set_modules_to_forward_prefetch',
|
|
@@ -2718,6 +2753,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
2718
2753
|
'torch.distributed.rpc.functions': { 'torch.distributed.rpc.functions.async_execution': 'https://pytorch.org/docs/stable/rpc.html#torch.distributed.rpc.functions.async_execution'},
|
|
2719
2754
|
'torch.distributed.rpc.options': { 'torch.distributed.rpc.options.TensorPipeRpcBackendOptions': 'https://pytorch.org/docs/stable/rpc.html#torch.distributed.rpc.TensorPipeRpcBackendOptions'},
|
|
2720
2755
|
'torch.distributed.tensor': { 'torch.distributed.tensor.DTensor': 'https://pytorch.org/docs/stable/distributed.tensor.html#torch.distributed.tensor.DTensor',
|
|
2756
|
+
'torch.distributed.tensor.DTensor.__create_chunk_list__': 'https://pytorch.org/docs/stable/distributed.tensor.html#torch.distributed.tensor.DTensor.__create_chunk_list__',
|
|
2721
2757
|
'torch.distributed.tensor.DTensor.from_local': 'https://pytorch.org/docs/stable/distributed.tensor.html#torch.distributed.tensor.DTensor.from_local',
|
|
2722
2758
|
'torch.distributed.tensor.DTensor.full_tensor': 'https://pytorch.org/docs/stable/distributed.tensor.html#torch.distributed.tensor.DTensor.full_tensor',
|
|
2723
2759
|
'torch.distributed.tensor.DTensor.redistribute': 'https://pytorch.org/docs/stable/distributed.tensor.html#torch.distributed.tensor.DTensor.redistribute',
|
|
@@ -3067,6 +3103,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3067
3103
|
'torch.export.ModuleCallEntry': 'https://pytorch.org/docs/stable/export.html#torch.export.ModuleCallEntry',
|
|
3068
3104
|
'torch.export.ModuleCallSignature': 'https://pytorch.org/docs/stable/export.html#torch.export.ModuleCallSignature',
|
|
3069
3105
|
'torch.export.custom_obj': 'https://pytorch.org/docs/stable/export.html#module-torch.export.custom_obj',
|
|
3106
|
+
'torch.export.custom_ops': 'https://pytorch.org/docs/stable/export.html#module-torch.export.custom_ops',
|
|
3070
3107
|
'torch.export.decomp_utils': 'https://pytorch.org/docs/stable/export.html#module-torch.export.decomp_utils',
|
|
3071
3108
|
'torch.export.dims': 'https://pytorch.org/docs/stable/export.html#torch.export.dims',
|
|
3072
3109
|
'torch.export.dynamic_shapes': 'https://pytorch.org/docs/stable/export.html#module-torch.export.dynamic_shapes',
|
|
@@ -3134,7 +3171,8 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3134
3171
|
'torch.fft.rfft2': 'https://pytorch.org/docs/stable/generated/torch.fft.rfft2.html#torch.fft.rfft2',
|
|
3135
3172
|
'torch.fft.rfftfreq': 'https://pytorch.org/docs/stable/generated/torch.fft.rfftfreq.html#torch.fft.rfftfreq',
|
|
3136
3173
|
'torch.fft.rfftn': 'https://pytorch.org/docs/stable/generated/torch.fft.rfftn.html#torch.fft.rfftn'},
|
|
3137
|
-
'torch.func': { 'torch.func.
|
|
3174
|
+
'torch.func': { 'torch.func.debug_unwrap': 'https://pytorch.org/docs/stable/generated/torch.func.debug_unwrap.html#torch.func.debug_unwrap',
|
|
3175
|
+
'torch.func.functional_call': 'https://pytorch.org/docs/stable/generated/torch.func.functional_call.html#torch.func.functional_call',
|
|
3138
3176
|
'torch.func.functionalize': 'https://pytorch.org/docs/stable/generated/torch.func.functionalize.html#torch.func.functionalize',
|
|
3139
3177
|
'torch.func.grad': 'https://pytorch.org/docs/stable/generated/torch.func.grad.html#torch.func.grad',
|
|
3140
3178
|
'torch.func.grad_and_value': 'https://pytorch.org/docs/stable/generated/torch.func.grad_and_value.html#torch.func.grad_and_value',
|
|
@@ -3336,6 +3374,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3336
3374
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.deserialize_symexpr': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.deserialize_symexpr',
|
|
3337
3375
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_guards_expression': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_guards_expression',
|
|
3338
3376
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_guards_for_args': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_guards_for_args',
|
|
3377
|
+
'torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_sym_node': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_sym_node',
|
|
3339
3378
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_symexpr': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.evaluate_symexpr',
|
|
3340
3379
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.format_guards': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.format_guards',
|
|
3341
3380
|
'torch.fx.experimental.symbolic_shapes.ShapeEnv.freeze': 'https://pytorch.org/docs/stable/generated/torch.fx.experimental.symbolic_shapes.ShapeEnv.html#torch.fx.experimental.symbolic_shapes.ShapeEnv.freeze',
|
|
@@ -3530,6 +3569,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3530
3569
|
'torch.jit.wait': 'https://pytorch.org/docs/stable/generated/torch.jit.wait.html#torch.jit.wait'},
|
|
3531
3570
|
'torch.jit._script': { 'torch.jit._script.Attribute': 'https://pytorch.org/docs/stable/generated/torch.jit.Attribute.html#torch.jit.Attribute',
|
|
3532
3571
|
'torch.jit._script.ScriptModule': 'https://pytorch.org/docs/stable/generated/torch.jit.ScriptModule.html#torch.jit.ScriptModule'},
|
|
3572
|
+
'torch.jit.torch.jit': { 'torch.jit.torch.jit.ScriptFunction': 'https://pytorch.org/docs/stable/generated/torch.jit.ScriptFunction.html#torch.jit.ScriptFunction'},
|
|
3533
3573
|
'torch.library': { 'torch.library.Library': 'https://pytorch.org/docs/stable/library.html#torch.library.Library',
|
|
3534
3574
|
'torch.library.Library.define': 'https://pytorch.org/docs/stable/library.html#torch.library.Library.define',
|
|
3535
3575
|
'torch.library.Library.fallback': 'https://pytorch.org/docs/stable/library.html#torch.library.Library.fallback',
|
|
@@ -3542,6 +3582,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3542
3582
|
'torch.library.impl_abstract': 'https://pytorch.org/docs/stable/library.html#torch.library.impl_abstract',
|
|
3543
3583
|
'torch.library.infer_schema': 'https://pytorch.org/docs/stable/library.html#torch.library.infer_schema',
|
|
3544
3584
|
'torch.library.opcheck': 'https://pytorch.org/docs/stable/library.html#torch.library.opcheck',
|
|
3585
|
+
'torch.library.register_autocast': 'https://pytorch.org/docs/stable/library.html#torch.library.register_autocast',
|
|
3545
3586
|
'torch.library.register_autograd': 'https://pytorch.org/docs/stable/library.html#torch.library.register_autograd',
|
|
3546
3587
|
'torch.library.register_fake': 'https://pytorch.org/docs/stable/library.html#torch.library.register_fake',
|
|
3547
3588
|
'torch.library.register_kernel': 'https://pytorch.org/docs/stable/library.html#torch.library.register_kernel',
|
|
@@ -3611,7 +3652,8 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3611
3652
|
'torch.monitor.log_event': 'https://pytorch.org/docs/stable/monitor.html#torch.monitor.log_event',
|
|
3612
3653
|
'torch.monitor.register_event_handler': 'https://pytorch.org/docs/stable/monitor.html#torch.monitor.register_event_handler',
|
|
3613
3654
|
'torch.monitor.unregister_event_handler': 'https://pytorch.org/docs/stable/monitor.html#torch.monitor.unregister_event_handler'},
|
|
3614
|
-
'torch.mps': { 'torch.mps.
|
|
3655
|
+
'torch.mps': { 'torch.mps.compile_shader': 'https://pytorch.org/docs/stable/generated/torch.mps.compile_shader.html#torch.mps.compile_shader',
|
|
3656
|
+
'torch.mps.current_allocated_memory': 'https://pytorch.org/docs/stable/generated/torch.mps.current_allocated_memory.html#torch.mps.current_allocated_memory',
|
|
3615
3657
|
'torch.mps.device_count': 'https://pytorch.org/docs/stable/generated/torch.mps.device_count.html#torch.mps.device_count',
|
|
3616
3658
|
'torch.mps.driver_allocated_memory': 'https://pytorch.org/docs/stable/generated/torch.mps.driver_allocated_memory.html#torch.mps.driver_allocated_memory',
|
|
3617
3659
|
'torch.mps.empty_cache': 'https://pytorch.org/docs/stable/generated/torch.mps.empty_cache.html#torch.mps.empty_cache',
|
|
@@ -3630,7 +3672,10 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3630
3672
|
'torch.mps.event.Event.record': 'https://pytorch.org/docs/stable/generated/torch.mps.event.Event.html#torch.mps.event.Event.record',
|
|
3631
3673
|
'torch.mps.event.Event.synchronize': 'https://pytorch.org/docs/stable/generated/torch.mps.event.Event.html#torch.mps.event.Event.synchronize',
|
|
3632
3674
|
'torch.mps.event.Event.wait': 'https://pytorch.org/docs/stable/generated/torch.mps.event.Event.html#torch.mps.event.Event.wait'},
|
|
3633
|
-
'torch.mps.profiler': { 'torch.mps.profiler.
|
|
3675
|
+
'torch.mps.profiler': { 'torch.mps.profiler.is_capturing_metal': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.is_capturing_metal.html#torch.mps.profiler.is_capturing_metal',
|
|
3676
|
+
'torch.mps.profiler.is_metal_capture_enabled': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.is_metal_capture_enabled.html#torch.mps.profiler.is_metal_capture_enabled',
|
|
3677
|
+
'torch.mps.profiler.metal_capture': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.metal_capture.html#torch.mps.profiler.metal_capture',
|
|
3678
|
+
'torch.mps.profiler.profile': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.profile.html#torch.mps.profiler.profile',
|
|
3634
3679
|
'torch.mps.profiler.start': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.start.html#torch.mps.profiler.start',
|
|
3635
3680
|
'torch.mps.profiler.stop': 'https://pytorch.org/docs/stable/generated/torch.mps.profiler.stop.html#torch.mps.profiler.stop'},
|
|
3636
3681
|
'torch.mtia': { 'torch.mtia.Event': 'https://pytorch.org/docs/stable/generated/torch.mtia.Event.html#torch.mtia.Event',
|
|
@@ -3659,9 +3704,11 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3659
3704
|
'torch.mtia.is_initialized': 'https://pytorch.org/docs/stable/generated/torch.mtia.is_initialized.html#torch.mtia.is_initialized',
|
|
3660
3705
|
'torch.mtia.memory': 'https://pytorch.org/docs/stable/mtia.memory.html#module-torch.mtia.memory',
|
|
3661
3706
|
'torch.mtia.memory_stats': 'https://pytorch.org/docs/stable/generated/torch.mtia.memory_stats.html#torch.mtia.memory_stats',
|
|
3707
|
+
'torch.mtia.record_memory_history': 'https://pytorch.org/docs/stable/generated/torch.mtia.record_memory_history.html#torch.mtia.record_memory_history',
|
|
3662
3708
|
'torch.mtia.set_device': 'https://pytorch.org/docs/stable/generated/torch.mtia.set_device.html#torch.mtia.set_device',
|
|
3663
3709
|
'torch.mtia.set_rng_state': 'https://pytorch.org/docs/stable/generated/torch.mtia.set_rng_state.html#torch.mtia.set_rng_state',
|
|
3664
3710
|
'torch.mtia.set_stream': 'https://pytorch.org/docs/stable/generated/torch.mtia.set_stream.html#torch.mtia.set_stream',
|
|
3711
|
+
'torch.mtia.snapshot': 'https://pytorch.org/docs/stable/generated/torch.mtia.snapshot.html#torch.mtia.snapshot',
|
|
3665
3712
|
'torch.mtia.stream': 'https://pytorch.org/docs/stable/generated/torch.mtia.stream.html#torch.mtia.stream',
|
|
3666
3713
|
'torch.mtia.synchronize': 'https://pytorch.org/docs/stable/generated/torch.mtia.synchronize.html#torch.mtia.synchronize'},
|
|
3667
3714
|
'torch.mtia.memory': { 'torch.mtia.memory.memory_stats': 'https://pytorch.org/docs/stable/generated/torch.mtia.memory.memory_stats.html#torch.mtia.memory.memory_stats'},
|
|
@@ -3676,7 +3723,10 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
3676
3723
|
'torch.multiprocessing.spawn': 'https://pytorch.org/docs/stable/multiprocessing.html#module-torch.multiprocessing.spawn'},
|
|
3677
3724
|
'torch.multiprocessing.spawn': { 'torch.multiprocessing.spawn.spawn': 'https://pytorch.org/docs/stable/multiprocessing.html#torch.multiprocessing.spawn.spawn'},
|
|
3678
3725
|
'torch.nested': { 'torch.nested.as_nested_tensor': 'https://pytorch.org/docs/stable/nested.html#torch.nested.as_nested_tensor',
|
|
3726
|
+
'torch.nested.masked_select': 'https://pytorch.org/docs/stable/nested.html#torch.nested.masked_select',
|
|
3727
|
+
'torch.nested.narrow': 'https://pytorch.org/docs/stable/nested.html#torch.nested.narrow',
|
|
3679
3728
|
'torch.nested.nested_tensor': 'https://pytorch.org/docs/stable/nested.html#torch.nested.nested_tensor',
|
|
3729
|
+
'torch.nested.nested_tensor_from_jagged': 'https://pytorch.org/docs/stable/nested.html#torch.nested.nested_tensor_from_jagged',
|
|
3680
3730
|
'torch.nested.to_padded_tensor': 'https://pytorch.org/docs/stable/nested.html#torch.nested.to_padded_tensor'},
|
|
3681
3731
|
'torch.nn': { 'torch.nn.AdaptiveAvgPool1d': 'https://pytorch.org/docs/stable/generated/torch.nn.AdaptiveAvgPool1d.html#torch.nn.AdaptiveAvgPool1d',
|
|
3682
3732
|
'torch.nn.AdaptiveAvgPool2d': 'https://pytorch.org/docs/stable/generated/torch.nn.AdaptiveAvgPool2d.html#torch.nn.AdaptiveAvgPool2d',
|
|
@@ -4467,6 +4517,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4467
4517
|
'torch.onnx.JitScalarType.torch_name': 'https://pytorch.org/docs/stable/generated/torch.onnx.JitScalarType.html#torch.onnx.JitScalarType.torch_name',
|
|
4468
4518
|
'torch.onnx.ONNXProgram': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram',
|
|
4469
4519
|
'torch.onnx.ONNXProgram.apply_weights': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram.apply_weights',
|
|
4520
|
+
'torch.onnx.ONNXProgram.compute_values': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram.compute_values',
|
|
4470
4521
|
'torch.onnx.ONNXProgram.initialize_inference_session': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram.initialize_inference_session',
|
|
4471
4522
|
'torch.onnx.ONNXProgram.optimize': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram.optimize',
|
|
4472
4523
|
'torch.onnx.ONNXProgram.release': 'https://pytorch.org/docs/stable/onnx_dynamo.html#torch.onnx.ONNXProgram.release',
|
|
@@ -4504,21 +4555,19 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4504
4555
|
'torch.onnx.symbolic_opset9': 'https://pytorch.org/docs/stable/onnx.html#module-torch.onnx.symbolic_opset9',
|
|
4505
4556
|
'torch.onnx.unregister_custom_op_symbolic': 'https://pytorch.org/docs/stable/onnx_torchscript.html#torch.onnx.unregister_custom_op_symbolic',
|
|
4506
4557
|
'torch.onnx.utils': 'https://pytorch.org/docs/stable/onnx.html#module-torch.onnx.utils',
|
|
4507
|
-
'torch.onnx.verification': 'https://pytorch.org/docs/stable/
|
|
4508
|
-
'torch.onnx.verification': { 'torch.onnx.verification.GraphInfo': 'https://pytorch.org/docs/stable/
|
|
4509
|
-
'torch.onnx.verification.
|
|
4510
|
-
'torch.onnx.verification.
|
|
4511
|
-
'torch.onnx.verification.
|
|
4512
|
-
'torch.onnx.verification.
|
|
4513
|
-
'torch.onnx.verification.
|
|
4514
|
-
'torch.onnx.verification.
|
|
4515
|
-
'torch.onnx.verification.
|
|
4516
|
-
'torch.onnx.verification.
|
|
4517
|
-
'torch.onnx.verification.
|
|
4518
|
-
'torch.onnx.verification.
|
|
4519
|
-
'torch.onnx.verification.
|
|
4520
|
-
'torch.onnx.verification.VerificationOptions': 'https://pytorch.org/docs/stable/generated/torch.onnx.verification.VerificationOptions.html#torch.onnx.verification.VerificationOptions',
|
|
4521
|
-
'torch.onnx.verification.find_mismatch': 'https://pytorch.org/docs/stable/onnx_torchscript.html#torch.onnx.verification.find_mismatch'},
|
|
4558
|
+
'torch.onnx.verification': 'https://pytorch.org/docs/stable/onnx_verification.html#module-torch.onnx.verification'},
|
|
4559
|
+
'torch.onnx.verification': { 'torch.onnx.verification.GraphInfo': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.GraphInfo',
|
|
4560
|
+
'torch.onnx.verification.GraphInfoPrettyPrinter': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.GraphInfoPrettyPrinter',
|
|
4561
|
+
'torch.onnx.verification.OnnxBackend': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.OnnxBackend',
|
|
4562
|
+
'torch.onnx.verification.OnnxTestCaseRepro': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.OnnxTestCaseRepro',
|
|
4563
|
+
'torch.onnx.verification.VerificationInfo': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.VerificationInfo',
|
|
4564
|
+
'torch.onnx.verification.VerificationInfo.from_tensors': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.VerificationInfo.from_tensors',
|
|
4565
|
+
'torch.onnx.verification.VerificationOptions': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.VerificationOptions',
|
|
4566
|
+
'torch.onnx.verification.check_export_model_diff': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.check_export_model_diff',
|
|
4567
|
+
'torch.onnx.verification.find_mismatch': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.find_mismatch',
|
|
4568
|
+
'torch.onnx.verification.verify': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.verify',
|
|
4569
|
+
'torch.onnx.verification.verify_aten_graph': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.verify_aten_graph',
|
|
4570
|
+
'torch.onnx.verification.verify_onnx_program': 'https://pytorch.org/docs/stable/onnx_verification.html#torch.onnx.verification.verify_onnx_program'},
|
|
4522
4571
|
'torch.optim': { 'torch.optim.ASGD': 'https://pytorch.org/docs/stable/generated/torch.optim.ASGD.html#torch.optim.ASGD',
|
|
4523
4572
|
'torch.optim.ASGD.add_param_group': 'https://pytorch.org/docs/stable/generated/torch.optim.ASGD.html#torch.optim.ASGD.add_param_group',
|
|
4524
4573
|
'torch.optim.ASGD.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.ASGD.html#torch.optim.ASGD.load_state_dict',
|
|
@@ -4726,104 +4775,89 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4726
4775
|
'torch.optim.lr_scheduler.ChainedScheduler.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.get_last_lr',
|
|
4727
4776
|
'torch.optim.lr_scheduler.ChainedScheduler.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.get_lr',
|
|
4728
4777
|
'torch.optim.lr_scheduler.ChainedScheduler.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.load_state_dict',
|
|
4729
|
-
'torch.optim.lr_scheduler.ChainedScheduler.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.print_lr',
|
|
4730
4778
|
'torch.optim.lr_scheduler.ChainedScheduler.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.state_dict',
|
|
4731
4779
|
'torch.optim.lr_scheduler.ChainedScheduler.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ChainedScheduler.html#torch.optim.lr_scheduler.ChainedScheduler.step',
|
|
4732
4780
|
'torch.optim.lr_scheduler.ConstantLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR',
|
|
4733
4781
|
'torch.optim.lr_scheduler.ConstantLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.get_last_lr',
|
|
4734
4782
|
'torch.optim.lr_scheduler.ConstantLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.get_lr',
|
|
4735
4783
|
'torch.optim.lr_scheduler.ConstantLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.load_state_dict',
|
|
4736
|
-
'torch.optim.lr_scheduler.ConstantLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.print_lr',
|
|
4737
4784
|
'torch.optim.lr_scheduler.ConstantLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.state_dict',
|
|
4738
4785
|
'torch.optim.lr_scheduler.ConstantLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ConstantLR.html#torch.optim.lr_scheduler.ConstantLR.step',
|
|
4739
4786
|
'torch.optim.lr_scheduler.CosineAnnealingLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR',
|
|
4740
4787
|
'torch.optim.lr_scheduler.CosineAnnealingLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.get_last_lr',
|
|
4741
4788
|
'torch.optim.lr_scheduler.CosineAnnealingLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.get_lr',
|
|
4742
4789
|
'torch.optim.lr_scheduler.CosineAnnealingLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.load_state_dict',
|
|
4743
|
-
'torch.optim.lr_scheduler.CosineAnnealingLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.print_lr',
|
|
4744
4790
|
'torch.optim.lr_scheduler.CosineAnnealingLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.state_dict',
|
|
4745
4791
|
'torch.optim.lr_scheduler.CosineAnnealingLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingLR.html#torch.optim.lr_scheduler.CosineAnnealingLR.step',
|
|
4746
4792
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts',
|
|
4747
4793
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.get_last_lr',
|
|
4748
4794
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.get_lr',
|
|
4749
4795
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.load_state_dict',
|
|
4750
|
-
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.print_lr',
|
|
4751
4796
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.state_dict',
|
|
4752
4797
|
'torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.html#torch.optim.lr_scheduler.CosineAnnealingWarmRestarts.step',
|
|
4753
4798
|
'torch.optim.lr_scheduler.CyclicLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR',
|
|
4754
4799
|
'torch.optim.lr_scheduler.CyclicLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.get_last_lr',
|
|
4755
4800
|
'torch.optim.lr_scheduler.CyclicLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.get_lr',
|
|
4756
4801
|
'torch.optim.lr_scheduler.CyclicLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.load_state_dict',
|
|
4757
|
-
'torch.optim.lr_scheduler.CyclicLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.print_lr',
|
|
4758
4802
|
'torch.optim.lr_scheduler.CyclicLR.scale_fn': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.scale_fn',
|
|
4759
4803
|
'torch.optim.lr_scheduler.CyclicLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.CyclicLR.html#torch.optim.lr_scheduler.CyclicLR.step',
|
|
4760
4804
|
'torch.optim.lr_scheduler.ExponentialLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR',
|
|
4761
4805
|
'torch.optim.lr_scheduler.ExponentialLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.get_last_lr',
|
|
4762
4806
|
'torch.optim.lr_scheduler.ExponentialLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.get_lr',
|
|
4763
4807
|
'torch.optim.lr_scheduler.ExponentialLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.load_state_dict',
|
|
4764
|
-
'torch.optim.lr_scheduler.ExponentialLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.print_lr',
|
|
4765
4808
|
'torch.optim.lr_scheduler.ExponentialLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.state_dict',
|
|
4766
4809
|
'torch.optim.lr_scheduler.ExponentialLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ExponentialLR.html#torch.optim.lr_scheduler.ExponentialLR.step',
|
|
4767
4810
|
'torch.optim.lr_scheduler.LRScheduler': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler',
|
|
4768
4811
|
'torch.optim.lr_scheduler.LRScheduler.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.get_last_lr',
|
|
4769
4812
|
'torch.optim.lr_scheduler.LRScheduler.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.get_lr',
|
|
4770
4813
|
'torch.optim.lr_scheduler.LRScheduler.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.load_state_dict',
|
|
4771
|
-
'torch.optim.lr_scheduler.LRScheduler.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.print_lr',
|
|
4772
4814
|
'torch.optim.lr_scheduler.LRScheduler.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.state_dict',
|
|
4773
4815
|
'torch.optim.lr_scheduler.LRScheduler.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LRScheduler.html#torch.optim.lr_scheduler.LRScheduler.step',
|
|
4774
4816
|
'torch.optim.lr_scheduler.LambdaLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR',
|
|
4775
4817
|
'torch.optim.lr_scheduler.LambdaLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.get_last_lr',
|
|
4776
4818
|
'torch.optim.lr_scheduler.LambdaLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.get_lr',
|
|
4777
4819
|
'torch.optim.lr_scheduler.LambdaLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.load_state_dict',
|
|
4778
|
-
'torch.optim.lr_scheduler.LambdaLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.print_lr',
|
|
4779
4820
|
'torch.optim.lr_scheduler.LambdaLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.state_dict',
|
|
4780
4821
|
'torch.optim.lr_scheduler.LambdaLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LambdaLR.html#torch.optim.lr_scheduler.LambdaLR.step',
|
|
4781
4822
|
'torch.optim.lr_scheduler.LinearLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR',
|
|
4782
4823
|
'torch.optim.lr_scheduler.LinearLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.get_last_lr',
|
|
4783
4824
|
'torch.optim.lr_scheduler.LinearLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.get_lr',
|
|
4784
4825
|
'torch.optim.lr_scheduler.LinearLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.load_state_dict',
|
|
4785
|
-
'torch.optim.lr_scheduler.LinearLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.print_lr',
|
|
4786
4826
|
'torch.optim.lr_scheduler.LinearLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.state_dict',
|
|
4787
4827
|
'torch.optim.lr_scheduler.LinearLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.LinearLR.html#torch.optim.lr_scheduler.LinearLR.step',
|
|
4788
4828
|
'torch.optim.lr_scheduler.MultiStepLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR',
|
|
4789
4829
|
'torch.optim.lr_scheduler.MultiStepLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.get_last_lr',
|
|
4790
4830
|
'torch.optim.lr_scheduler.MultiStepLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.get_lr',
|
|
4791
4831
|
'torch.optim.lr_scheduler.MultiStepLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.load_state_dict',
|
|
4792
|
-
'torch.optim.lr_scheduler.MultiStepLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.print_lr',
|
|
4793
4832
|
'torch.optim.lr_scheduler.MultiStepLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.state_dict',
|
|
4794
4833
|
'torch.optim.lr_scheduler.MultiStepLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiStepLR.html#torch.optim.lr_scheduler.MultiStepLR.step',
|
|
4795
4834
|
'torch.optim.lr_scheduler.MultiplicativeLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR',
|
|
4796
4835
|
'torch.optim.lr_scheduler.MultiplicativeLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.get_last_lr',
|
|
4797
4836
|
'torch.optim.lr_scheduler.MultiplicativeLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.get_lr',
|
|
4798
4837
|
'torch.optim.lr_scheduler.MultiplicativeLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.load_state_dict',
|
|
4799
|
-
'torch.optim.lr_scheduler.MultiplicativeLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.print_lr',
|
|
4800
4838
|
'torch.optim.lr_scheduler.MultiplicativeLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.state_dict',
|
|
4801
4839
|
'torch.optim.lr_scheduler.MultiplicativeLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.MultiplicativeLR.html#torch.optim.lr_scheduler.MultiplicativeLR.step',
|
|
4802
4840
|
'torch.optim.lr_scheduler.OneCycleLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR',
|
|
4803
4841
|
'torch.optim.lr_scheduler.OneCycleLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.get_last_lr',
|
|
4804
4842
|
'torch.optim.lr_scheduler.OneCycleLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.get_lr',
|
|
4805
4843
|
'torch.optim.lr_scheduler.OneCycleLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.load_state_dict',
|
|
4806
|
-
'torch.optim.lr_scheduler.OneCycleLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.print_lr',
|
|
4807
4844
|
'torch.optim.lr_scheduler.OneCycleLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.state_dict',
|
|
4808
4845
|
'torch.optim.lr_scheduler.OneCycleLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.OneCycleLR.html#torch.optim.lr_scheduler.OneCycleLR.step',
|
|
4809
4846
|
'torch.optim.lr_scheduler.PolynomialLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR',
|
|
4810
4847
|
'torch.optim.lr_scheduler.PolynomialLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.get_last_lr',
|
|
4811
4848
|
'torch.optim.lr_scheduler.PolynomialLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.get_lr',
|
|
4812
4849
|
'torch.optim.lr_scheduler.PolynomialLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.load_state_dict',
|
|
4813
|
-
'torch.optim.lr_scheduler.PolynomialLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.print_lr',
|
|
4814
4850
|
'torch.optim.lr_scheduler.PolynomialLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.state_dict',
|
|
4815
4851
|
'torch.optim.lr_scheduler.PolynomialLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.PolynomialLR.html#torch.optim.lr_scheduler.PolynomialLR.step',
|
|
4816
4852
|
'torch.optim.lr_scheduler.ReduceLROnPlateau': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau',
|
|
4817
4853
|
'torch.optim.lr_scheduler.ReduceLROnPlateau.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.get_last_lr',
|
|
4818
4854
|
'torch.optim.lr_scheduler.ReduceLROnPlateau.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.get_lr',
|
|
4819
4855
|
'torch.optim.lr_scheduler.ReduceLROnPlateau.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.load_state_dict',
|
|
4820
|
-
'torch.optim.lr_scheduler.ReduceLROnPlateau.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.print_lr',
|
|
4821
4856
|
'torch.optim.lr_scheduler.ReduceLROnPlateau.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.ReduceLROnPlateau.html#torch.optim.lr_scheduler.ReduceLROnPlateau.step',
|
|
4822
4857
|
'torch.optim.lr_scheduler.SequentialLR': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR',
|
|
4823
4858
|
'torch.optim.lr_scheduler.SequentialLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.get_last_lr',
|
|
4824
4859
|
'torch.optim.lr_scheduler.SequentialLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.get_lr',
|
|
4825
4860
|
'torch.optim.lr_scheduler.SequentialLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.load_state_dict',
|
|
4826
|
-
'torch.optim.lr_scheduler.SequentialLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.print_lr',
|
|
4827
4861
|
'torch.optim.lr_scheduler.SequentialLR.recursive_undo': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.recursive_undo',
|
|
4828
4862
|
'torch.optim.lr_scheduler.SequentialLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.state_dict',
|
|
4829
4863
|
'torch.optim.lr_scheduler.SequentialLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.SequentialLR.html#torch.optim.lr_scheduler.SequentialLR.step',
|
|
@@ -4831,7 +4865,6 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4831
4865
|
'torch.optim.lr_scheduler.StepLR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.get_last_lr',
|
|
4832
4866
|
'torch.optim.lr_scheduler.StepLR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.get_lr',
|
|
4833
4867
|
'torch.optim.lr_scheduler.StepLR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.load_state_dict',
|
|
4834
|
-
'torch.optim.lr_scheduler.StepLR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.print_lr',
|
|
4835
4868
|
'torch.optim.lr_scheduler.StepLR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.state_dict',
|
|
4836
4869
|
'torch.optim.lr_scheduler.StepLR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.lr_scheduler.StepLR.html#torch.optim.lr_scheduler.StepLR.step'},
|
|
4837
4870
|
'torch.optim.nadam': {'torch.optim.nadam.NAdam': 'https://pytorch.org/docs/stable/generated/torch.optim.NAdam.html#torch.optim.NAdam'},
|
|
@@ -4897,7 +4930,6 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
4897
4930
|
'torch.optim.swa_utils.SWALR.get_last_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.get_last_lr',
|
|
4898
4931
|
'torch.optim.swa_utils.SWALR.get_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.get_lr',
|
|
4899
4932
|
'torch.optim.swa_utils.SWALR.load_state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.load_state_dict',
|
|
4900
|
-
'torch.optim.swa_utils.SWALR.print_lr': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.print_lr',
|
|
4901
4933
|
'torch.optim.swa_utils.SWALR.state_dict': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.state_dict',
|
|
4902
4934
|
'torch.optim.swa_utils.SWALR.step': 'https://pytorch.org/docs/stable/generated/torch.optim.swa_utils.SWALR.html#torch.optim.swa_utils.SWALR.step',
|
|
4903
4935
|
'torch.optim.swa_utils.get_ema_multi_avg_fn': 'https://pytorch.org/docs/stable/optim.html#torch.optim.swa_utils.get_ema_multi_avg_fn',
|
|
@@ -5136,6 +5168,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
5136
5168
|
'torch.utils.model_zoo': 'https://pytorch.org/docs/stable/model_zoo.html#module-torch.utils.model_zoo',
|
|
5137
5169
|
'torch.utils.module_tracker': 'https://pytorch.org/docs/stable/module_tracker.html#module-torch.utils.module_tracker',
|
|
5138
5170
|
'torch.utils.rename_privateuse1_backend': 'https://pytorch.org/docs/stable/generated/torch.utils.rename_privateuse1_backend.html#torch.utils.rename_privateuse1_backend',
|
|
5171
|
+
'torch.utils.serialization': 'https://pytorch.org/docs/stable/notes/serialization.html#module-torch.utils.serialization',
|
|
5139
5172
|
'torch.utils.set_module': 'https://pytorch.org/docs/stable/generated/torch.utils.set_module.html#torch.utils.set_module',
|
|
5140
5173
|
'torch.utils.show_pickle': 'https://pytorch.org/docs/stable/utils.html#module-torch.utils.show_pickle',
|
|
5141
5174
|
'torch.utils.swap_tensors': 'https://pytorch.org/docs/stable/generated/torch.utils.swap_tensors.html#torch.utils.swap_tensors',
|
|
@@ -5202,6 +5235,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
5202
5235
|
'torch.utils.cpp_extension': { 'torch.utils.cpp_extension.BuildExtension': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.BuildExtension',
|
|
5203
5236
|
'torch.utils.cpp_extension.CUDAExtension': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.CUDAExtension',
|
|
5204
5237
|
'torch.utils.cpp_extension.CppExtension': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.CppExtension',
|
|
5238
|
+
'torch.utils.cpp_extension.SyclExtension': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.SyclExtension',
|
|
5205
5239
|
'torch.utils.cpp_extension.get_compiler_abi_compatibility_and_version': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.get_compiler_abi_compatibility_and_version',
|
|
5206
5240
|
'torch.utils.cpp_extension.include_paths': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.include_paths',
|
|
5207
5241
|
'torch.utils.cpp_extension.is_ninja_available': 'https://pytorch.org/docs/stable/cpp_extension.html#torch.utils.cpp_extension.is_ninja_available',
|
|
@@ -5289,6 +5323,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
5289
5323
|
'torch.utils.mobile_optimizer': { 'torch.utils.mobile_optimizer.optimize_for_mobile': 'https://pytorch.org/docs/stable/mobile_optimizer.html#torch.utils.mobile_optimizer.optimize_for_mobile'},
|
|
5290
5324
|
'torch.utils.model_zoo': {'torch.utils.model_zoo.load_url': 'https://pytorch.org/docs/stable/model_zoo.html#torch.utils.model_zoo.load_url'},
|
|
5291
5325
|
'torch.utils.module_tracker': { 'torch.utils.module_tracker.ModuleTracker': 'https://pytorch.org/docs/stable/module_tracker.html#torch.utils.module_tracker.ModuleTracker'},
|
|
5326
|
+
'torch.utils.serialization': { 'torch.utils.serialization.config': 'https://pytorch.org/docs/stable/notes/serialization.html#module-torch.utils.serialization.config'},
|
|
5292
5327
|
'torch.utils.tensorboard': { 'torch.utils.tensorboard.summary': 'https://pytorch.org/docs/stable/utils.html#module-torch.utils.tensorboard.summary',
|
|
5293
5328
|
'torch.utils.tensorboard.writer': 'https://pytorch.org/docs/stable/utils.html#module-torch.utils.tensorboard.writer'},
|
|
5294
5329
|
'torch.utils.tensorboard.writer': { 'torch.utils.tensorboard.writer.SummaryWriter': 'https://pytorch.org/docs/stable/tensorboard.html#torch.utils.tensorboard.writer.SummaryWriter',
|
|
@@ -5336,6 +5371,7 @@ d = { 'settings': {'lib_path': 'nbdev_pytorch'},
|
|
|
5336
5371
|
'torch.xpu.get_gencode_flags': 'https://pytorch.org/docs/stable/generated/torch.xpu.get_gencode_flags.html#torch.xpu.get_gencode_flags',
|
|
5337
5372
|
'torch.xpu.get_rng_state': 'https://pytorch.org/docs/stable/generated/torch.xpu.get_rng_state.html#torch.xpu.get_rng_state',
|
|
5338
5373
|
'torch.xpu.get_rng_state_all': 'https://pytorch.org/docs/stable/generated/torch.xpu.get_rng_state_all.html#torch.xpu.get_rng_state_all',
|
|
5374
|
+
'torch.xpu.get_stream_from_external': 'https://pytorch.org/docs/stable/generated/torch.xpu.get_stream_from_external.html#torch.xpu.get_stream_from_external',
|
|
5339
5375
|
'torch.xpu.init': 'https://pytorch.org/docs/stable/generated/torch.xpu.init.html#torch.xpu.init',
|
|
5340
5376
|
'torch.xpu.initial_seed': 'https://pytorch.org/docs/stable/generated/torch.xpu.initial_seed.html#torch.xpu.initial_seed',
|
|
5341
5377
|
'torch.xpu.is_available': 'https://pytorch.org/docs/stable/generated/torch.xpu.is_available.html#torch.xpu.is_available',
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
nbdev_pytorch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
nbdev_pytorch/_modidx.py,sha256=LYGx67ozq6IElY4nTMhoqfVi9gW1JdcNL81kZPq922U,943436
|
|
3
|
+
nbdev_pytorch/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
+
nbdev_pytorch-0.0.1809.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
+
nbdev_pytorch-0.0.1809.dist-info/METADATA,sha256=ZEiK4ZhBWHjsFDwpgXyMKwu24g5hc7UvyPRlSNJ6GH0,1176
|
|
6
|
+
nbdev_pytorch-0.0.1809.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
7
|
+
nbdev_pytorch-0.0.1809.dist-info/entry_points.txt,sha256=Mopx5xWWY0Rie1DuubmSXC-czc8-QmPDb3THWIlHoCA,48
|
|
8
|
+
nbdev_pytorch-0.0.1809.dist-info/top_level.txt,sha256=n0joXyL2rJVaevNQCfz-EPrISbaH52gShAiqXRagFRY,14
|
|
9
|
+
nbdev_pytorch-0.0.1809.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
nbdev_pytorch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
nbdev_pytorch/_modidx.py,sha256=1Jk7BhbGf0khO7YqxEWziXCC2TUwajR2xq1FZyWTABA,937342
|
|
3
|
-
nbdev_pytorch/_nbdev.py,sha256=pszp1XJPRn4aqhJXSv8qChB-gCXbFSm8_jPIpak5IP8,308
|
|
4
|
-
nbdev_pytorch-0.0.1807.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
5
|
-
nbdev_pytorch-0.0.1807.dist-info/METADATA,sha256=Wu8u1KhAGumxyiUtdQIuhxqKYNvWPdzYimjSbjCpOA4,1176
|
|
6
|
-
nbdev_pytorch-0.0.1807.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
7
|
-
nbdev_pytorch-0.0.1807.dist-info/entry_points.txt,sha256=Mopx5xWWY0Rie1DuubmSXC-czc8-QmPDb3THWIlHoCA,48
|
|
8
|
-
nbdev_pytorch-0.0.1807.dist-info/top_level.txt,sha256=n0joXyL2rJVaevNQCfz-EPrISbaH52gShAiqXRagFRY,14
|
|
9
|
-
nbdev_pytorch-0.0.1807.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|