File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed
plugins-Builtins/src/main/scala-2.12/com/thoughtworks/deeplearning/plugins
plugins-CumulativeFloatLayers/src
main/scala/com/thoughtworks/deeplearning/plugins
test/scala/com/thoughtworks/deeplearning/plugins
plugins-FloatLayers/src/main/scala/com/thoughtworks/deeplearning/plugins Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ lazy val unidoc =
152152
153153organization in ThisBuild := " com.thoughtworks.deeplearning"
154154
155- crossScalaVersions := Seq (" 2.11.11" , " 2.12.2 " )
155+ crossScalaVersions := Seq (" 2.11.11" , " 2.12.3 " )
Original file line number Diff line number Diff line change @@ -14,18 +14,24 @@ trait Builtins
1414 with FloatTraining
1515 with FloatLiterals
1616 with FloatWeights
17+ with FloatLayers
18+ with CumulativeFloatLayers
1719 with DoubleTraining
1820 with DoubleLiterals
19- with DoubleWeights {
21+ with DoubleWeights
22+ with DoubleLayers
23+ with CumulativeDoubleLayers {
2024
2125 trait ImplicitsApi
2226 extends super [Layers ].ImplicitsApi
2327 with super [Weights ].ImplicitsApi
2428 with super [Operators ].ImplicitsApi
2529 with super [FloatTraining ].ImplicitsApi
2630 with super [FloatLiterals ].ImplicitsApi
31+ with super [FloatLayers ].ImplicitsApi
2732 with super [DoubleTraining ].ImplicitsApi
2833 with super [DoubleLiterals ].ImplicitsApi
34+ with super [DoubleLayers ].ImplicitsApi
2935
3036 type Implicits <: ImplicitsApi
3137
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 2.5.0" )
22
3- addSbtPlugin(" com.thoughtworks.example" % " sbt-example" % " 2.0.1 " )
3+ addSbtPlugin(" com.thoughtworks.example" % " sbt-example" % " 2.0.2 " )
You can’t perform that action at this time.
0 commit comments