| {".class": "MypyFile", "_fullname": "jax._src.iree", "future_import_flags": ["annotations"], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "FLAGS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.iree.FLAGS", "name": "FLAGS", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "IreeBuffer": {".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.iree.IreeBuffer", "name": "IreeBuffer", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.iree.IreeBuffer", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.iree", "mro": ["jax._src.iree.IreeBuffer", "jaxlib.xla_extension.DeviceArrayBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "client", "device", "buffer"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.__init__", "name": "__init__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.iree.IreeBuffer.__repr__", "name": "__repr__", "type": null}}, "_buffer": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeBuffer._buffer", "name": "_buffer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_device": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeBuffer._device", "name": "_device", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value"], "fullname": "jax._src.iree.IreeBuffer._value", "name": "_value", "type": "builtins.property"}}, "block_until_ready": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.block_until_ready", "name": "block_until_ready", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeBuffer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "block_until_ready of IreeBuffer", "ret_type": "jax._src.iree.IreeBuffer", "type_guard": null, "variables": []}}}, "client": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeBuffer.client", "name": "client", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "copy_to_device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "device"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.copy_to_device", "name": "copy_to_device", "type": null}}, "device": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.device", "name": "device", "type": null}}, "platform": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.platform", "name": "platform", "type": null}}, "to_iree": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.to_iree", "name": "to_iree", "type": null}}, "to_py": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeBuffer.to_py", "name": "to_py", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeBuffer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "to_py of IreeBuffer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IreeClient": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "jax._src.iree.IreeClient", "name": "IreeClient", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.iree.IreeClient", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.iree", "mro": ["jax._src.iree.IreeClient", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5], "arg_names": ["self", "iree_backend"], "flags": [], "fullname": "jax._src.iree.IreeClient.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5], "arg_names": ["self", "iree_backend"], "arg_types": ["jax._src.iree.IreeClient", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IreeClient", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_devices": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient._devices", "name": "_devices", "type": {".class": "Instance", "args": ["jax._src.iree.IreeDevice"], "type_ref": "builtins.list"}}}, "buffer_from_pyval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "argument", "device", "force_copy", "host_buffer_semantics"], "flags": [], "fullname": "jax._src.iree.IreeClient.buffer_from_pyval", "name": "buffer_from_pyval", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "argument", "device", "force_copy", "host_buffer_semantics"], "arg_types": ["jax._src.iree.IreeClient", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["jax._src.iree.IreeDevice", {".class": "NoneType"}]}, "builtins.bool", "jaxlib.xla_extension.HostBufferSemantics"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "buffer_from_pyval of IreeClient", "ret_type": "jax._src.iree.IreeBuffer", "type_guard": null, "variables": []}}}, "compile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "computation", "compile_options"], "flags": [], "fullname": "jax._src.iree.IreeClient.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "computation", "compile_options"], "arg_types": ["jax._src.iree.IreeClient", "builtins.str", "jaxlib.xla_extension.CompileOptions"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compile of IreeClient", "ret_type": "jax._src.iree.IreeExecutable", "type_guard": null, "variables": []}}}, "compiler_driver": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.compiler_driver", "name": "compiler_driver", "type": "builtins.str"}}, "device_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeClient.device_count", "name": "device_count", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeClient"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "device_count of IreeClient", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "devices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeClient.devices", "name": "devices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeClient"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "devices of IreeClient", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeDevice"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_default_device_assignment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "num_replicas"], "flags": [], "fullname": "jax._src.iree.IreeClient.get_default_device_assignment", "name": "get_default_device_assignment", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "num_replicas"], "arg_types": ["jax._src.iree.IreeClient", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_default_device_assignment of IreeClient", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeDevice"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "iree_backend": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.iree_backend", "name": "iree_backend", "type": {".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}}}, "iree_config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.iree_config", "name": "iree_config", "type": {".class": "AnyType", "missing_import_name": "jax._src.iree.iree", "source_any": {".class": "AnyType", "missing_import_name": "jax._src.iree.iree", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "local_device_count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeClient.local_device_count", "name": "local_device_count", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeClient"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "local_device_count of IreeClient", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "local_devices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeClient.local_devices", "name": "local_devices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeClient"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "local_devices of IreeClient", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeDevice"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "platform": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.platform", "name": "platform", "type": "builtins.str"}}, "platform_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.platform_version", "name": "platform_version", "type": "builtins.str"}}, "process_index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeClient.process_index", "name": "process_index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeClient"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "process_index of IreeClient", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "runtime_driver": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.runtime_driver", "name": "runtime_driver", "type": "builtins.str"}}, "runtime_type": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeClient.runtime_type", "name": "runtime_type", "type": "builtins.str"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IreeDevice": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "jax._src.iree.IreeDevice", "name": "IreeDevice", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.iree.IreeDevice", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.iree", "mro": ["jax._src.iree.IreeDevice", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "client"], "flags": [], "fullname": "jax._src.iree.IreeDevice.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "jax._src.iree.IreeDevice.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["jax._src.iree.IreeDevice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__str__ of IreeDevice", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "client": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.client", "name": "client", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "device_kind": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.device_kind", "name": "device_kind", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "host_id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.host_id", "name": "host_id", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "id": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.id", "name": "id", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "live_buffers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeDevice.live_buffers", "name": "live_buffers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeDevice"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "live_buffers of IreeDevice", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeBuffer"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "platform": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.platform", "name": "platform", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "process_index": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeDevice.process_index", "name": "process_index", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "transfer_from_outfeed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "flags": [], "fullname": "jax._src.iree.IreeDevice.transfer_from_outfeed", "name": "transfer_from_outfeed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "shape"], "arg_types": ["jax._src.iree.IreeDevice", "jaxlib.xla_extension.Shape"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transfer_from_outfeed of IreeDevice", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "transfer_to_infeed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "literal"], "flags": [], "fullname": "jax._src.iree.IreeDevice.transfer_to_infeed", "name": "transfer_to_infeed", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "literal"], "arg_types": ["jax._src.iree.IreeDevice", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transfer_to_infeed of IreeDevice", "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}}, "IreeExecutable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "jax._src.iree.IreeExecutable", "name": "IreeExecutable", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "jax._src.iree.IreeExecutable", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "jax._src.iree", "mro": ["jax._src.iree.IreeExecutable", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "client", "devices", "module_object", "function_name"], "flags": [], "fullname": "jax._src.iree.IreeExecutable.__init__", "name": "__init__", "type": null}}, "_devices": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable._devices", "name": "_devices", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "client": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable.client", "name": "client", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "execute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arguments"], "flags": [], "fullname": "jax._src.iree.IreeExecutable.execute", "name": "execute", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arguments"], "arg_types": ["jax._src.iree.IreeExecutable", {".class": "Instance", "args": ["jax._src.iree.IreeBuffer"], "type_ref": "typing.Sequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "execute of IreeExecutable", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeBuffer"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "fingerprint": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable.fingerprint", "name": "fingerprint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "function_name": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable.function_name", "name": "function_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "local_devices": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "jax._src.iree.IreeExecutable.local_devices", "name": "local_devices", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["jax._src.iree.IreeExecutable"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "local_devices of IreeExecutable", "ret_type": {".class": "Instance", "args": ["jax._src.iree.IreeDevice"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "module_object": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable.module_object", "name": "module_object", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "traceback": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "jax._src.iree.IreeExecutable.traceback", "name": "traceback", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.iree.__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"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.iree.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.iree.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.iree.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "jax._src.iree.__package__", "name": "__package__", "type": "builtins.str"}}, "annotations": {".class": "SymbolTableNode", "cross_ref": "__future__.annotations", "kind": "Gdef"}, "flags": {".class": "SymbolTableNode", "cross_ref": "jax._src.config.flags", "kind": "Gdef"}, "iree": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "jax._src.iree.iree", "name": "iree", "type": {".class": "AnyType", "missing_import_name": "jax._src.iree.iree", "source_any": null, "type_of_any": 3}}}, "iree_client_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "jax._src.iree.iree_client_factory", "name": "iree_client_factory", "type": null}}, "iree_compiler_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.iree.iree_compiler_map", "name": "iree_compiler_map", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "iree_runtime_map": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "jax._src.iree.iree_runtime_map", "name": "iree_runtime_map", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "platform": {".class": "SymbolTableNode", "cross_ref": "platform", "kind": "Gdef"}, "xla_client": {".class": "SymbolTableNode", "cross_ref": "jaxlib.xla_client", "kind": "Gdef"}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/jax/_src/iree.py"} |