forked from Bears-R-Us/arkouda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration-config.json
More file actions
42 lines (42 loc) · 914 Bytes
/
registration-config.json
File metadata and controls
42 lines (42 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"parameter_classes": {
"array": {
"nd": [1],
"dtype": [
"int",
"uint",
"uint(8)",
"real",
"bool",
"bigint"
]
},
"SparseSymEntry": {
"etype": ["int"],
"dimensions": [2],
"matLayout": {
"__enum__": "SparseMatrix.Layout",
"__variants__": ["CSR", "CSC"]
}
},
"binop": {
"dtype": [
"int",
"uint",
"real",
"bool",
"bigint"
]
},
"scalar": {
"dtype": [
"int",
"uint",
"uint(8)",
"real",
"bool",
"bigint"
]
}
}
}