mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
1 line
59 KiB
JSON
1 line
59 KiB
JSON
{".class": "MypyFile", "_fullname": "torch.nn.modules.conv", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Conv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv1d", "name": "Conv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv1d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv1d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv1d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv2d", "name": "Conv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv2d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv2d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv2d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv2d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv2d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Conv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.Conv3d", "name": "Conv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.Conv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.Conv3d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.Conv3d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Conv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv.Conv3d", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of Conv3d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv.Conv3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv.Conv3d", "torch._tensor.Tensor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of Conv3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose1d", "name": "ConvTranspose1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose1d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose1d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose1d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose1d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose1d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose1d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose2d", "name": "ConvTranspose2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose2d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose2d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose2d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose2d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose2d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose2d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConvTranspose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.ConvTranspose3d", "name": "ConvTranspose3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.ConvTranspose3d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.ConvTranspose3d.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.ConvTranspose3d", "builtins.int", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ConvTranspose3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "flags": [], "fullname": "torch.nn.modules.conv.ConvTranspose3d.forward", "name": "forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "input", "output_size"], "arg_types": ["torch.nn.modules.conv.ConvTranspose3d", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "forward of ConvTranspose3d", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "LazyConv1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv1d", "name": "LazyConv1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv1d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv1d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv1d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConv2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv2d", "name": "LazyConv2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv2d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv2d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv2d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConv3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.Conv3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConv3d", "name": "LazyConv3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConv3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConv3d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.Conv3d", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConv3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "dilation", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConv3d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConv3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConv3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose1d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose1d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose1d", "name": "LazyConvTranspose1d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose1d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose1d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose1d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_1_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose1d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose2d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose2d", "name": "LazyConvTranspose2d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose2d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose2d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose2d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_2_t"}, "builtins.int", "builtins.bool", "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose2d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose2d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyConvTranspose3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.conv.ConvTranspose3d"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv.LazyConvTranspose3d", "name": "LazyConvTranspose3d", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv.LazyConvTranspose3d", "torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "torch.nn.modules.conv.ConvTranspose3d", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "out_channels", "kernel_size", "stride", "padding", "output_padding", "groups", "bias", "dilation", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv.LazyConvTranspose3d", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.int", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "torch.nn.common_types._size_3_t"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LazyConvTranspose3d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cls_to_become": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv.LazyConvTranspose3d.cls_to_become", "name": "cls_to_become", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LazyModuleMixin": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.lazy.LazyModuleMixin", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Module": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.module.Module", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.Parameter", "kind": "Gdef"}, "Tensor": {".class": "SymbolTableNode", "cross_ref": "torch._tensor.Tensor", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "UninitializedParameter": {".class": "SymbolTableNode", "cross_ref": "torch.nn.parameter.UninitializedParameter", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_ConvNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.module.Module"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvNd", "name": "_ConvNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv._ConvNd.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}}}, "__constants__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.nn.modules.conv._ConvNd.__constants__", "name": "__constants__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv._ConvNd", "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.bool", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}, "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConvNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "state"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.__setstate__", "name": "__setstate__", "type": null}}, "_conv_forward": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd._conv_forward", "name": "_conv_forward", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "input", "weight", "bias"], "arg_types": ["torch.nn.modules.conv._ConvNd", "torch._tensor.Tensor", "torch._tensor.Tensor", {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_conv_forward of _ConvNd", "ret_type": "torch._tensor.Tensor", "type_guard": null, "variables": []}}}, "_in_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd._in_channels", "name": "_in_channels", "type": "builtins.int"}}, "_reversed_padding_repeated_twice": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd._reversed_padding_repeated_twice", "name": "_reversed_padding_repeated_twice", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}}}, "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.bias", "name": "bias", "type": {".class": "UnionType", "items": ["torch._tensor.Tensor", {".class": "NoneType"}]}}}, "dilation": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.dilation", "name": "dilation", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "extra_repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.extra_repr", "name": "extra_repr", "type": null}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.groups", "name": "groups", "type": "builtins.int"}}, "in_channels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.in_channels", "name": "in_channels", "type": "builtins.int"}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.kernel_size", "name": "kernel_size", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "out_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.out_channels", "name": "out_channels", "type": "builtins.int"}}, "output_padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.output_padding", "name": "output_padding", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.padding", "name": "padding", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}]}}}, "padding_mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.padding_mode", "name": "padding_mode", "type": "builtins.str"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._ConvNd.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.conv._ConvNd"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _ConvNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stride": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.stride", "name": "stride", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "transposed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.transposed", "name": "transposed", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._ConvNd.weight", "name": "weight", "type": "torch._tensor.Tensor"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConvTransposeMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvTransposeNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvTransposeMixin", "name": "_ConvTransposeMixin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvTransposeMixin", "torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeMixin.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ConvTransposeNd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.conv._ConvNd"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._ConvTransposeNd", "name": "_ConvTransposeNd", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._ConvTransposeNd", "torch.nn.modules.conv._ConvNd", "torch.nn.modules.module.Module", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], "arg_names": ["self", "in_channels", "out_channels", "kernel_size", "stride", "padding", "dilation", "transposed", "output_padding", "groups", "bias", "padding_mode", "device", "dtype"], "arg_types": ["torch.nn.modules.conv._ConvTransposeNd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _ConvTransposeNd", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_output_padding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "input", "output_size", "stride", "padding", "kernel_size", "dilation"], "flags": [], "fullname": "torch.nn.modules.conv._ConvTransposeNd._output_padding", "name": "_output_padding", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "input", "output_size", "stride", "padding", "kernel_size", "dilation"], "arg_types": ["torch.nn.modules.conv._ConvTransposeNd", "torch._tensor.Tensor", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_output_padding of _ConvTransposeNd", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LazyConvXdMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.nn.modules.lazy.LazyModuleMixin"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.nn.modules.conv._LazyConvXdMixin", "name": "_LazyConvXdMixin", "type_vars": []}, "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin", "metaclass_type": null, "metadata": {}, "module_name": "torch.nn.modules.conv", "mro": ["torch.nn.modules.conv._LazyConvXdMixin", "torch.nn.modules.lazy.LazyModuleMixin", "builtins.object"], "names": {".class": "SymbolTable", "bias": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.bias", "name": "bias", "type": "torch.nn.parameter.UninitializedParameter"}}, "groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.groups", "name": "groups", "type": "builtins.int"}}, "in_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.in_channels", "name": "in_channels", "type": "builtins.int"}}, "initialize_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.initialize_parameters", "name": "initialize_parameters", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "input"], "arg_types": ["torch.nn.modules.conv._LazyConvXdMixin", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "initialize_parameters of _LazyConvXdMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "kernel_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.kernel_size", "name": "kernel_size", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "out_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.out_channels", "name": "out_channels", "type": "builtins.int"}}, "reset_parameters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.reset_parameters", "name": "reset_parameters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.nn.modules.conv._LazyConvXdMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset_parameters of _LazyConvXdMixin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "transposed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.transposed", "name": "transposed", "type": "builtins.bool"}}, "weight": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "torch.nn.modules.conv._LazyConvXdMixin.weight", "name": "weight", "type": "torch.nn.parameter.UninitializedParameter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.nn.modules.conv.__package__", "name": "__package__", "type": "builtins.str"}}, "_pair": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._pair", "kind": "Gdef"}, "_reverse_repeat_tuple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._reverse_repeat_tuple", "kind": "Gdef"}, "_single": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._single", "kind": "Gdef"}, "_size_1_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_1_t", "kind": "Gdef"}, "_size_2_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_2_t", "kind": "Gdef"}, "_size_3_t": {".class": "SymbolTableNode", "cross_ref": "torch.nn.common_types._size_3_t", "kind": "Gdef"}, "_triple": {".class": "SymbolTableNode", "cross_ref": "torch.nn.modules.utils._triple", "kind": "Gdef"}, "convolution_notes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "torch.nn.modules.conv.convolution_notes", "name": "convolution_notes", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "init": {".class": "SymbolTableNode", "cross_ref": "torch.nn.init", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "reproducibility_notes": {".class": "SymbolTableNode", "cross_ref": "torch._torch_docs.reproducibility_notes", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/nn/modules/conv.py"} |