icefall/.mypy_cache/3.9/torch/distributions/half_cauchy.data.json
Patrick von Platen 0c7fe37e2f add hf hub
2021-12-08 23:01:51 +01:00

1 line
7.5 KiB
JSON

{".class": "MypyFile", "_fullname": "torch.distributions.half_cauchy", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbsTransform": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transforms.AbsTransform", "kind": "Gdef"}, "Cauchy": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.cauchy.Cauchy", "kind": "Gdef"}, "HalfCauchy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["torch.distributions.transformed_distribution.TransformedDistribution"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "torch.distributions.half_cauchy.HalfCauchy", "name": "HalfCauchy", "type_vars": []}, "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy", "metaclass_type": null, "metadata": {}, "module_name": "torch.distributions.half_cauchy", "mro": ["torch.distributions.half_cauchy.HalfCauchy", "torch.distributions.transformed_distribution.TransformedDistribution", "torch.distributions.distribution.Distribution", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "scale", "validate_args"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.__init__", "name": "__init__", "type": null}}, "arg_constraints": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.arg_constraints", "name": "arg_constraints", "type": {".class": "Instance", "args": ["builtins.str", "torch.distributions.constraints._GreaterThan"], "type_ref": "builtins.dict"}}}, "cdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.cdf", "name": "cdf", "type": null}}, "entropy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.entropy", "name": "entropy", "type": null}}, "expand": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "batch_shape", "_instance"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.expand", "name": "expand", "type": null}}, "has_rsample": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.has_rsample", "name": "has_rsample", "type": "builtins.bool"}}, "icdf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "prob"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.icdf", "name": "icdf", "type": null}}, "log_prob": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "torch.distributions.half_cauchy.HalfCauchy.log_prob", "name": "log_prob", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.mean", "name": "mean", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "mean of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "scale": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.scale", "name": "scale", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "scale", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "scale of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "support": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.support", "name": "support", "type": "torch.distributions.constraints._GreaterThan"}}, "variance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "torch.distributions.half_cauchy.HalfCauchy.variance", "name": "variance", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variance", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["torch.distributions.half_cauchy.HalfCauchy"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "variance of HalfCauchy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TransformedDistribution": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.transformed_distribution.TransformedDistribution", "kind": "Gdef"}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "torch.distributions.half_cauchy.__package__", "name": "__package__", "type": "builtins.str"}}, "constraints": {".class": "SymbolTableNode", "cross_ref": "torch.distributions.constraints", "kind": "Gdef"}, "inf": {".class": "SymbolTableNode", "cross_ref": "torch._six.inf", "kind": "Gdef"}, "math": {".class": "SymbolTableNode", "cross_ref": "math", "kind": "Gdef"}, "torch": {".class": "SymbolTableNode", "cross_ref": "torch", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/torch/distributions/half_cauchy.py"}