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 7598057 commit 27b0515
Showing 1 changed file with 1 addition and 1 deletion.
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 27b0515

Please sign in to comment.