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 =
152
152
153
153
organization in ThisBuild := " com.thoughtworks.deeplearning"
154
154
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
14
14
with FloatTraining
15
15
with FloatLiterals
16
16
with FloatWeights
17
+ with FloatLayers
18
+ with CumulativeFloatLayers
17
19
with DoubleTraining
18
20
with DoubleLiterals
19
- with DoubleWeights {
21
+ with DoubleWeights
22
+ with DoubleLayers
23
+ with CumulativeDoubleLayers {
20
24
21
25
trait ImplicitsApi
22
26
extends super [Layers ].ImplicitsApi
23
27
with super [Weights ].ImplicitsApi
24
28
with super [Operators ].ImplicitsApi
25
29
with super [FloatTraining ].ImplicitsApi
26
30
with super [FloatLiterals ].ImplicitsApi
31
+ with super [FloatLayers ].ImplicitsApi
27
32
with super [DoubleTraining ].ImplicitsApi
28
33
with super [DoubleLiterals ].ImplicitsApi
34
+ with super [DoubleLayers ].ImplicitsApi
29
35
30
36
type Implicits <: ImplicitsApi
31
37
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 2.5.0" )
2
2
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