Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mengceng15 committed Nov 20, 2019
1 parent 3855fd3 commit f1edb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate/IRGraph.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private[bigdl] class IRGraph[T: ClassTag](
require(inputFormats.length == inputs.length, s"IRGraph: inputFormats" +
s"length ${inputFormats.length} should be same with input nodes length ${inputs.length}")
require(outputFormats.length == outputs.length, s"IRGraph: outputFormats" +
s"length ${inputFormats.length} should be same with input nodes length ${outputs.length}")
s"length ${outputFormats.length} should be same with output nodes length ${outputs.length}")

private[bigdl] var graph: Graph[T] = null

Expand Down

0 comments on commit f1edb4b

Please sign in to comment.