SCM Repository
Diff of /trunk/src/compiler/IL/gen/mid-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 280, Fri Aug 13 17:40:28 2010 UTC | revision 281, Fri Aug 13 17:40:53 2010 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | Cross : : 2 : | Cross : : 2 : |
22 | # | # |
23 | # vector operations | # vector operations |
24 | Select : int : 1 : | |
25 | Norm : ty : 1 : | Norm : ty : 1 : |
26 | Scale : ty : 2 : scalar*tensor multiplication | Scale : ty : 2 : scalar*tensor multiplication |
27 | InvScale : ty : 2 : tensor/scalar division | InvScale : ty : 2 : tensor/scalar division |
# | Line 41 | Line 42 |
42 | CeilToInt : : 1 : | CeilToInt : : 1 : |
43 | FloorToInt : : 1 : | FloorToInt : : 1 : |
44 | # | # |
45 | # image/field operations | # image/kernel operations |
46 | LoadVoxel : ImageInfo.info : * : load a voxel from an image | |
47 | Transform : ImageInfo.info : 1 : transform to image-space | |
48 | Kernel : Kernel.kernel : 0 : | Kernel : Kernel.kernel : 0 : |
49 | DiffKernel : int : 1 : derivative of kernel | |
50 | EvalKernel : : 2 : apply a kernel function to a scalar | |
51 | LoadImage : ImageInfo.info : 0 : image-file loading | LoadImage : ImageInfo.info : 0 : image-file loading |
Convolve : : 2 : convolution | ||
52 | Inside : : 2 : | Inside : : 2 : |
Field : FieldDef.field_def : 0 : | ||
AddField : : 2 : field addition | ||
ScaleField : : 2 : field scaling | ||
NegField : : 1 : field negation | ||
DiffField : : 1 : field differentiation | ||
Probe : : 2 : | ||
Transform : ImageInfo.info : 1 : transform to image-space | ||
53 | # | # |
54 | # inputs | # inputs |
55 | Input : string : 0 : | Input : string : 0 : |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |