We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numba.typed
1 parent ef84d94 commit 1abae19Copy full SHA for 1abae19
src/finchlite/codegen/hashtable.py
@@ -5,7 +5,6 @@
5
from typing import Any, NamedTuple, TypedDict
6
7
import numba
8
-import numba.typed
9
10
from finchlite.codegen.c import (
11
CContext,
src/finchlite/finch_assembly/__init__.py
@@ -60,6 +60,8 @@
60
"BufferFType",
61
"BufferLoop",
62
"Call",
63
+ "Dict",
64
+ "DictFType",
65
"ExistsDict",
66
"ForLoop",
67
"Function",
@@ -70,8 +72,6 @@
70
72
"Literal",
71
73
"Load",
74
"LoadDict",
- "Dict",
- "DictFType",
75
"Module",
76
"NamedTupleFType",
77
"Print",
0 commit comments