Skip to content

Commit

Permalink
Use constVec instead of explicit build
Browse files Browse the repository at this point in the history
  • Loading branch information
toelli-msft committed Nov 13, 2019
1 parent 58c1178 commit fe6a927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/ksc/adbench-lstm.ks
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@

(tuple 0
output1
(build l (lam (li : Integer)
(tuple (constVec h 0.0) (constVec h 0.0)))))
(constVec l (tuple (constVec h 0.0) (constVec h 0.0))))
wf_bf_wi_bi_wo_bo_wc_bc_hidden_cell))

(final_output (get$2$3 final_output_i_o_v))
Expand Down

0 comments on commit fe6a927

Please sign in to comment.