File size: 22,436 Bytes
c7a0c46 | 1 | {".class": "MypyFile", "_fullname": "jax._src.device_array", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "Buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "jax._src.device_array.Buffer", "line": 38, "no_args": true, "normalized": false, "target": "jaxlib.xla_extension.DeviceArray"}}, "DeletedBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "jax._src.device_array.DeletedBuffer", "name": "DeletedBuffer", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.device_array.DeletedBuffer", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.device_array", "mro": ["jax._src.device_array.DeletedBuffer", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Device": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "jax._src.device_array.Device", "line": 37, "no_args": true, "normalized": false, "target": "jaxlib.xla_extension.Device"}}, "DeviceArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "jax._src.device_array.DeviceArray", "line": 48, "no_args": true, "normalized": false, "target": "jaxlib.xla_extension.DeviceArrayBase"}}, "DeviceArrayProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "jax._src.device_array.DeviceArrayProtocol", "line": 47, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "_DeviceArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["jaxlib.xla_extension.DeviceArrayBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "jax._src.device_array._DeviceArray", "name": "_DeviceArray", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.device_array._DeviceArray", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.device_array", "mro": ["jax._src.device_array._DeviceArray", "jaxlib.xla_extension.DeviceArrayBase", "builtins.object"], "names": {".class": "SymbolTable", "_HAS_DYNAMIC_ATTRIBUTES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value"], "fullname": "jax._src.device_array._DeviceArray._HAS_DYNAMIC_ATTRIBUTES", "name": "_HAS_DYNAMIC_ATTRIBUTES", "type": "builtins.bool"}}, "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "jax._src.device_array._DeviceArray.__array_priority__", "name": "__array_priority__", "type": "builtins.int"}}, "__cuda_array_interface__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray.__cuda_array_interface__", "name": "__cuda_array_interface__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__cuda_array_interface__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "__cuda_array_interface__ of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "aval", "device", "device_buffer"], "flags": [], "fullname": "jax._src.device_array._DeviceArray.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "aval", "device", "device_buffer"], "arg_types": ["jax._src.device_array._DeviceArray", "jax.core.ShapedArray", {".class": "UnionType", "items": ["jaxlib.xla_extension.Device", {".class": "NoneType"}]}, "jaxlib.xla_extension.DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _DeviceArray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "jax._src.device_array._DeviceArray.__slots__", "name": "__slots__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "_check_if_deleted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array._DeviceArray._check_if_deleted", "name": "_check_if_deleted", "type": null}}, "_device": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array._DeviceArray._device", "name": "_device", "type": {".class": "UnionType", "items": ["jaxlib.xla_extension.Device", {".class": "NoneType"}]}}}, "_npy_value": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array._DeviceArray._npy_value", "name": "_npy_value", "type": {".class": "NoneType"}}}, "_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray._value", "name": "_value", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "_value", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "_value of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "aval": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array._DeviceArray.aval", "name": "aval", "type": "jax.core.ShapedArray"}}, "block_until_ready": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "jax._src.device_array._DeviceArray.block_until_ready", "name": "block_until_ready", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "block_until_ready", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "copy_to_host_async": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array._DeviceArray.copy_to_host_async", "name": "copy_to_host_async", "type": null}}, "delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array._DeviceArray.delete", "name": "delete", "type": null}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array._DeviceArray.device", "name": "device", "type": null}}, "device_buffer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array._DeviceArray.device_buffer", "name": "device_buffer", "type": "jaxlib.xla_extension.DeviceArray"}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray.dtype", "name": "dtype", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "dtype of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray.ndim", "name": "ndim", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "ndim of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray.shape", "name": "shape", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "shape of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "jax._src.device_array._DeviceArray.size", "name": "size", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.device_array._DeviceArray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "size of _DeviceArray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.device_array.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__array__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "dtype", "context"], "flags": [], "fullname": "jax._src.device_array.__array__", "name": "__array__", "type": null}}, "__dlpack__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array.__dlpack__", "name": "__dlpack__", "type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.device_array.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.device_array.__file__", "name": "__file__", "type": "builtins.str"}}, "__format__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format_spec"], "flags": [], "fullname": "jax._src.device_array.__format__", "name": "__format__", "type": null}}, "__iter__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.device_array.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.device_array.__len__", "name": "__len__", "type": null}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.device_array.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.device_array.__package__", "name": "__package__", "type": "builtins.str"}}, "__reduce__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array.__reduce__", "name": "__reduce__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.device_array.__repr__", "name": "__repr__", "type": null}}, "__reversed__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.device_array.__reversed__", "name": "__reversed__", "type": null}}, "_device_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array._device_array", "name": "_device_array", "type": "builtins.type"}}, "_forward_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["attrname", "self", "fun", "args"], "flags": [], "fullname": "jax._src.device_array._forward_method", "name": "_forward_method", "type": null}}, "_forward_to_value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.device_array._forward_to_value", "name": "_forward_to_value", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_of_any": 7}], "type_ref": "functools.partial"}}}, "abstract_arrays": {".class": "SymbolTableNode", "cross_ref": "jax._src.abstract_arrays", "kind": "Gdef"}, "config": {".class": "SymbolTableNode", "cross_ref": "jax._src.config.config", "kind": "Gdef"}, "core": {".class": "SymbolTableNode", "cross_ref": "jax.core", "kind": "Gdef"}, "deleted_buffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.device_array.deleted_buffer", "name": "deleted_buffer", "type": "jax._src.device_array.DeletedBuffer"}}, "device_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.device_array.device_array", "name": "device_array", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["jaxlib.xla_extension.DeviceArrayBase"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "jaxlib.xla_extension.DeviceArrayBase", "type_guard": null, "variables": []}}}, "device_array_supports_weakrefs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "jax._src.device_array.device_array_supports_weakrefs", "name": "device_array_supports_weakrefs", "type": null}}, "device_array_types": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "jax._src.device_array.device_array_types", "name": "device_array_types", "type": {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.list"}}}, "dtypes": {".class": "SymbolTableNode", "cross_ref": "jax._src.dtypes", "kind": "Gdef"}, "item": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.device_array.item", "name": "item", "type": null}}, "jax": {".class": "SymbolTableNode", "cross_ref": "jax", "kind": "Gdef"}, "make_device_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["aval", "device", "device_buffer"], "flags": [], "fullname": "jax._src.device_array.make_device_array", "name": "make_device_array", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["aval", "device", "device_buffer"], "arg_types": ["jax.core.ShapedArray", {".class": "UnionType", "items": ["jaxlib.xla_extension.Device", {".class": "NoneType"}]}, "jaxlib.xla_extension.DeviceArray"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "make_device_array", "ret_type": {".class": "UnionType", "items": ["jaxlib.xla_extension.DeviceArray", "jax._src.device_array._DeviceArray"]}, "type_guard": null, "variables": []}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef"}, "operator": {".class": "SymbolTableNode", "cross_ref": "operator", "kind": "Gdef"}, "partial": {".class": "SymbolTableNode", "cross_ref": "functools.partial", "kind": "Gdef"}, "partialmethod": {".class": "SymbolTableNode", "cross_ref": "functools.partialmethod", "kind": "Gdef"}, "profiler": {".class": "SymbolTableNode", "cross_ref": "jax._src.profiler", "kind": "Gdef"}, "raise_not_implemented": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "jax._src.device_array.raise_not_implemented", "name": "raise_not_implemented", "type": null}}, "reconstruct_device_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["fun", "args", "arr_state", "aval_state"], "flags": [], "fullname": "jax._src.device_array.reconstruct_device_array", "name": "reconstruct_device_array", "type": null}}, "to_bytes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.device_array.to_bytes", "name": "to_bytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "type_of_any": 7}, "type_guard": null, "variables": []}}}, "type_is_device_array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "jax._src.device_array.type_is_device_array", "name": "type_is_device_array", "type": null}}, "util": {".class": "SymbolTableNode", "cross_ref": "jax._src.util", "kind": "Gdef"}, "weakref": {".class": "SymbolTableNode", "cross_ref": "weakref", "kind": "Gdef"}, "xc": {".class": "SymbolTableNode", "cross_ref": "jaxlib.xla_client", "kind": "Gdef"}, "xe": {".class": "SymbolTableNode", "cross_ref": "jaxlib.xla_extension", "kind": "Gdef"}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/jax/_src/device_array.py"} |