File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
plugins-Builtins/src/main/scala-2.12/com/thoughtworks/deeplearning/plugins Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,24 @@ trait Builtins
14
14
with FloatTraining
15
15
with FloatLiterals
16
16
with FloatWeights
17
+ with FloatLayers
17
18
with CumulativeFloatLayers
18
19
with DoubleTraining
19
20
with DoubleLiterals
20
- with DoubleWeights {
21
+ with DoubleWeights
22
+ with DoubleLayers
23
+ with CumulativeDoubleLayers {
21
24
22
25
trait ImplicitsApi
23
26
extends super [Layers ].ImplicitsApi
24
27
with super [Weights ].ImplicitsApi
25
28
with super [Operators ].ImplicitsApi
26
29
with super [FloatTraining ].ImplicitsApi
27
30
with super [FloatLiterals ].ImplicitsApi
31
+ with super [FloatLayers ].ImplicitsApi
28
32
with super [DoubleTraining ].ImplicitsApi
29
33
with super [DoubleLiterals ].ImplicitsApi
34
+ with super [DoubleLayers ].ImplicitsApi
30
35
31
36
type Implicits <: ImplicitsApi
32
37
You can’t perform that action at this time.
0 commit comments