From 8cf5afdd79572e99ae840709d4519359b34d27b7 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Thu, 1 Jun 2017 18:37:20 +0100 Subject: [PATCH] add note --- src/compiler/loops.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/loops.jl b/src/compiler/loops.jl index 14a708fd..eba9378c 100644 --- a/src/compiler/loops.jl +++ b/src/compiler/loops.jl @@ -84,6 +84,7 @@ end # Input: (hidden1, hidden2, ...), (x1, x2, ...) # Output: (hidden1, hidden2, ...), (y1, y2, ...) +# TODO: make sure there's a reasonable order for hidden states function unrollgraph(v::IVertex, n) state, offset, default = collect_state(v)