move todo
This commit is contained in:
parent
854a1e1886
commit
c4d815b5fc
@ -59,6 +59,8 @@ import Lazy: groupby
|
|||||||
|
|
||||||
reifyparams(v::IVertex) = mapconst(x -> isa(x, Param) ? x.x : x, v)
|
reifyparams(v::IVertex) = mapconst(x -> isa(x, Param) ? x.x : x, v)
|
||||||
|
|
||||||
|
# TODO: type hints for parameters
|
||||||
|
|
||||||
function process_type(ex)
|
function process_type(ex)
|
||||||
@capture(ex, type T_ fs__ end)
|
@capture(ex, type T_ fs__ end)
|
||||||
@destruct [params = false || [],
|
@destruct [params = false || [],
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
export Affine
|
export Affine
|
||||||
|
|
||||||
# TODO: type hints for parameters
|
|
||||||
|
|
||||||
@net type Affine
|
@net type Affine
|
||||||
W
|
W
|
||||||
b
|
b
|
||||||
|
Loading…
Reference in New Issue
Block a user