mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-06 23:54:17 +00:00
1 line
6.4 KiB
JSON
1 line
6.4 KiB
JSON
{".class": "MypyFile", "_fullname": "torch.distributions.utils", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "F": {".class": "SymbolTableNode", "cross_ref": "torch.nn.functional", "kind": "Gdef"}, "Number": {".class": "SymbolTableNode", "cross_ref": "numbers.Number", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "_lazy_property_and_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.utils.lazy_property", "builtins.property"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.utils._lazy_property_and_property", "name": "_lazy_property_and_property", "type_vars": []}, "flags": [], "fullname": "torch.distributions.utils._lazy_property_and_property", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.utils", "mro": ["torch.distributions.utils._lazy_property_and_property", "torch.distributions.utils.lazy_property", "builtins.property", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "wrapped"], "flags": [], "fullname": "torch.distributions.utils._lazy_property_and_property.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_standard_normal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["shape", "dtype", "device"], "flags": [], "fullname": "torch.distributions.utils._standard_normal", "name": "_standard_normal", "type": null}}, "_sum_rightmost": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["value", "dim"], "flags": [], "fullname": "torch.distributions.utils._sum_rightmost", "name": "_sum_rightmost", "type": null}}, "broadcast_all": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["values"], "flags": [], "fullname": "torch.distributions.utils.broadcast_all", "name": "broadcast_all", "type": null}}, "clamp_probs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["probs"], "flags": [], "fullname": "torch.distributions.utils.clamp_probs", "name": "clamp_probs", "type": null}}, "euler_constant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.utils.euler_constant", "name": "euler_constant", "type": "builtins.float"}}, "has_torch_function": {".class": "SymbolTableNode", "cross_ref": "torch.overrides.has_torch_function", "kind": "Gdef"}, "lazy_property": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.utils.lazy_property", "name": "lazy_property", "type_vars": []}, "flags": [], "fullname": "torch.distributions.utils.lazy_property", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.utils", "mro": ["torch.distributions.utils.lazy_property", "builtins.object"], "names": {".class": "SymbolTable", "__get__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "instance", "obj_type"], "flags": [], "fullname": "torch.distributions.utils.lazy_property.__get__", "name": "__get__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "wrapped"], "flags": [], "fullname": "torch.distributions.utils.lazy_property.__init__", "name": "__init__", "type": null}}, "wrapped": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "torch.distributions.utils.lazy_property.wrapped", "name": "wrapped", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "logits_to_probs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["logits", "is_binary"], "flags": [], "fullname": "torch.distributions.utils.logits_to_probs", "name": "logits_to_probs", "type": null}}, "probs_to_logits": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["probs", "is_binary"], "flags": [], "fullname": "torch.distributions.utils.probs_to_logits", "name": "probs_to_logits", "type": null}}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}, "tril_matrix_to_vec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["mat", "diag"], "flags": [], "fullname": "torch.distributions.utils.tril_matrix_to_vec", "name": "tril_matrix_to_vec", "type": null}}, "update_wrapper": {".class": "SymbolTableNode", "cross_ref": "functools.update_wrapper", "kind": "Gdef"}, "vec_to_tril_matrix": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["vec", "diag"], "flags": [], "fullname": "torch.distributions.utils.vec_to_tril_matrix", "name": "vec_to_tril_matrix", "type": null}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/utils.py"} |