SCM Repository
Diff of /branches/pure-cfg/src/compiler/IL/gen/high-il.spec
Parent Directory
|
Revision Log
|
Patch
revision 648, Fri Mar 18 14:45:04 2011 UTC | revision 649, Fri Mar 18 15:47:56 2011 UTC | |
---|---|---|
# | Line 44 | Line 44 |
44 | FloorToInt : : 1 : | FloorToInt : : 1 : |
45 | # | # |
46 | # image/field operations | # image/field operations |
47 | Kernel : Kernel.kernel * int : 0 : | Kernel : Kernel.kernel * int : 0 : Kernel<h, k>, where h is the kernel and k is level of differentiation |
48 | LoadImage : ImageInfo.info : 1 : image-file loading | LoadImage : ImageInfo.info : 1 : image-file loading |
49 | Field : int : 2 : convolution; args are image, kernel | Field : int : 2 : Field<d> is d-dimension reconstructed field; args are image, kernel |
50 | Inside : int : 2 : args are position, field | Inside : int : 2 : args are position, field |
51 | AddField : : 2 : field addition | AddField : : 2 : field addition |
52 | ScaleField : : 2 : field scaling | ScaleField : : 2 : field scaling |
53 | NegField : : 1 : field negation | NegField : : 1 : field negation |
54 | DiffField : : 1 : field differentiation | DiffField : : 1 : field differentiation |
55 | Probe : ty * ty : 2 : types are domain * range | Probe : ty * ty : 2 : Probe<domTy, rngTy>(fld, pos) probes fld at pos. |
56 | # | # |
57 | # inputs | # inputs |
58 | Input : ty * string : 0 : | Input : ty * string : 0 : |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |