@aigentic/attention-unified-wasm 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,129 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_dagattentionfactory_free: (a: number, b: number) => void;
5
+ export const __wbg_get_mambaconfig_conv_kernel_size: (a: number) => number;
6
+ export const __wbg_get_mambaconfig_dim: (a: number) => number;
7
+ export const __wbg_get_mambaconfig_dt_max: (a: number) => number;
8
+ export const __wbg_get_mambaconfig_dt_min: (a: number) => number;
9
+ export const __wbg_get_mambaconfig_expand_factor: (a: number) => number;
10
+ export const __wbg_get_mambaconfig_state_dim: (a: number) => number;
11
+ export const __wbg_get_mambaconfig_use_d_skip: (a: number) => number;
12
+ export const __wbg_get_wasmsearchconfig_temperature: (a: number) => number;
13
+ export const __wbg_hybridmambaattention_free: (a: number, b: number) => void;
14
+ export const __wbg_mambaconfig_free: (a: number, b: number) => void;
15
+ export const __wbg_mambassmattention_free: (a: number, b: number) => void;
16
+ export const __wbg_set_mambaconfig_conv_kernel_size: (a: number, b: number) => void;
17
+ export const __wbg_set_mambaconfig_dim: (a: number, b: number) => void;
18
+ export const __wbg_set_mambaconfig_dt_max: (a: number, b: number) => void;
19
+ export const __wbg_set_mambaconfig_dt_min: (a: number, b: number) => void;
20
+ export const __wbg_set_mambaconfig_expand_factor: (a: number, b: number) => void;
21
+ export const __wbg_set_mambaconfig_state_dim: (a: number, b: number) => void;
22
+ export const __wbg_set_mambaconfig_use_d_skip: (a: number, b: number) => void;
23
+ export const __wbg_set_wasmsearchconfig_temperature: (a: number, b: number) => void;
24
+ export const __wbg_unifiedattention_free: (a: number, b: number) => void;
25
+ export const __wbg_wasmcausalconeattention_free: (a: number, b: number) => void;
26
+ export const __wbg_wasmflashattention_free: (a: number, b: number) => void;
27
+ export const __wbg_wasmgnnlayer_free: (a: number, b: number) => void;
28
+ export const __wbg_wasmhyperbolicattention_free: (a: number, b: number) => void;
29
+ export const __wbg_wasmlinearattention_free: (a: number, b: number) => void;
30
+ export const __wbg_wasmmincutgatedattention_free: (a: number, b: number) => void;
31
+ export const __wbg_wasmmoeattention_free: (a: number, b: number) => void;
32
+ export const __wbg_wasmmultiheadattention_free: (a: number, b: number) => void;
33
+ export const __wbg_wasmquerydag_free: (a: number, b: number) => void;
34
+ export const __wbg_wasmtensorcompress_free: (a: number, b: number) => void;
35
+ export const availableMechanisms: () => number;
36
+ export const cosineSimilarity: (a: number, b: number, c: number, d: number, e: number) => void;
37
+ export const dagattentionfactory_availableTypes: () => number;
38
+ export const dagattentionfactory_getDescription: (a: number, b: number, c: number) => void;
39
+ export const getStats: () => number;
40
+ export const graphDifferentiableSearch: (a: number, b: number, c: number, d: number, e: number) => void;
41
+ export const graphHierarchicalForward: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
42
+ export const graphattentionfactory_availableTypes: () => number;
43
+ export const graphattentionfactory_getDescription: (a: number, b: number, c: number) => void;
44
+ export const graphattentionfactory_getUseCases: (a: number, b: number) => number;
45
+ export const hybridmambaattention_forward: (a: number, b: number, c: number, d: number, e: number) => void;
46
+ export const hybridmambaattention_localWindow: (a: number) => number;
47
+ export const hybridmambaattention_new: (a: number, b: number) => number;
48
+ export const mambaconfig_new: (a: number) => number;
49
+ export const mambaconfig_withConvKernelSize: (a: number, b: number) => number;
50
+ export const mambaconfig_withExpandFactor: (a: number, b: number) => number;
51
+ export const mambaconfig_withStateDim: (a: number, b: number) => number;
52
+ export const mambassmattention_config: (a: number) => number;
53
+ export const mambassmattention_forward: (a: number, b: number, c: number, d: number, e: number) => void;
54
+ export const mambassmattention_getAttentionScores: (a: number, b: number, c: number, d: number, e: number) => void;
55
+ export const mambassmattention_innerDim: (a: number) => number;
56
+ export const mambassmattention_new: (a: number) => number;
57
+ export const mambassmattention_withDefaults: (a: number) => number;
58
+ export const scaledDotAttention: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
59
+ export const softmax: (a: number, b: number, c: number) => void;
60
+ export const temperatureSoftmax: (a: number, b: number, c: number, d: number) => void;
61
+ export const unifiedattention_category: (a: number, b: number) => void;
62
+ export const unifiedattention_mechanism: (a: number, b: number) => void;
63
+ export const unifiedattention_new: (a: number, b: number, c: number) => void;
64
+ export const unifiedattention_supportsGraphs: (a: number) => number;
65
+ export const unifiedattention_supportsHyperbolic: (a: number) => number;
66
+ export const unifiedattention_supportsSequences: (a: number) => number;
67
+ export const version: (a: number) => void;
68
+ export const wasmcausalconeattention_forward: (a: number, b: number, c: number) => void;
69
+ export const wasmcriticalpathattention_forward: (a: number, b: number, c: number) => void;
70
+ export const wasmflashattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
71
+ export const wasmflashattention_new: (a: number, b: number) => number;
72
+ export const wasmgnnlayer_forward: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
73
+ export const wasmgnnlayer_new: (a: number, b: number, c: number, d: number, e: number) => void;
74
+ export const wasmgnnlayer_outputDim: (a: number) => number;
75
+ export const wasmhierarchicallorentzattention_forward: (a: number, b: number, c: number) => void;
76
+ export const wasmhyperbolicattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
77
+ export const wasmhyperbolicattention_curvature: (a: number) => number;
78
+ export const wasmhyperbolicattention_new: (a: number, b: number) => number;
79
+ export const wasmlinearattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
80
+ export const wasmlinearattention_new: (a: number, b: number) => number;
81
+ export const wasmlocalglobalattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
82
+ export const wasmlocalglobalattention_new: (a: number, b: number, c: number) => number;
83
+ export const wasmmincutgatedattention_forward: (a: number, b: number, c: number) => void;
84
+ export const wasmmoeattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
85
+ export const wasmmoeattention_new: (a: number, b: number, c: number) => number;
86
+ export const wasmmultiheadattention_compute: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
87
+ export const wasmmultiheadattention_dim: (a: number) => number;
88
+ export const wasmmultiheadattention_headDim: (a: number) => number;
89
+ export const wasmmultiheadattention_new: (a: number, b: number, c: number) => void;
90
+ export const wasmmultiheadattention_numHeads: (a: number) => number;
91
+ export const wasmparallelbranchattention_forward: (a: number, b: number, c: number) => void;
92
+ export const wasmquerydag_addEdge: (a: number, b: number, c: number) => number;
93
+ export const wasmquerydag_addNode: (a: number, b: number, c: number, d: number) => number;
94
+ export const wasmquerydag_edgeCount: (a: number) => number;
95
+ export const wasmquerydag_new: () => number;
96
+ export const wasmquerydag_nodeCount: (a: number) => number;
97
+ export const wasmquerydag_toJson: (a: number, b: number) => void;
98
+ export const wasmtemporalbtspattention_forward: (a: number, b: number, c: number) => void;
99
+ export const wasmtensorcompress_compress: (a: number, b: number, c: number, d: number, e: number) => void;
100
+ export const wasmtensorcompress_compressWithLevel: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
101
+ export const wasmtensorcompress_decompress: (a: number, b: number, c: number) => void;
102
+ export const wasmtensorcompress_getCompressionRatio: (a: number, b: number) => number;
103
+ export const wasmtensorcompress_new: () => number;
104
+ export const wasmtopologicalattention_forward: (a: number, b: number, c: number) => void;
105
+ export const init: () => void;
106
+ export const wasmmincutgatedattention_new: (a: number) => number;
107
+ export const wasmtopologicalattention_new: (a: number) => number;
108
+ export const __wbg_set_wasmsearchconfig_k: (a: number, b: number) => void;
109
+ export const wasmcausalconeattention_new: (a: number, b: number) => number;
110
+ export const wasmcriticalpathattention_new: (a: number, b: number) => number;
111
+ export const wasmhierarchicallorentzattention_new: (a: number, b: number) => number;
112
+ export const wasmparallelbranchattention_new: (a: number, b: number) => number;
113
+ export const wasmsearchconfig_new: (a: number, b: number) => number;
114
+ export const wasmtemporalbtspattention_new: (a: number, b: number) => number;
115
+ export const __wbg_get_wasmsearchconfig_k: (a: number) => number;
116
+ export const __wbg_graphattentionfactory_free: (a: number, b: number) => void;
117
+ export const __wbg_wasmcriticalpathattention_free: (a: number, b: number) => void;
118
+ export const __wbg_wasmhierarchicallorentzattention_free: (a: number, b: number) => void;
119
+ export const __wbg_wasmlocalglobalattention_free: (a: number, b: number) => void;
120
+ export const __wbg_wasmparallelbranchattention_free: (a: number, b: number) => void;
121
+ export const __wbg_wasmsearchconfig_free: (a: number, b: number) => void;
122
+ export const __wbg_wasmtemporalbtspattention_free: (a: number, b: number) => void;
123
+ export const __wbg_wasmtopologicalattention_free: (a: number, b: number) => void;
124
+ export const __wbindgen_export: (a: number, b: number) => number;
125
+ export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
126
+ export const __wbindgen_export3: (a: number) => void;
127
+ export const __wbindgen_export4: (a: number, b: number, c: number) => void;
128
+ export const __wbindgen_add_to_stack_pointer: (a: number) => number;
129
+ export const __wbindgen_start: () => void;