com
.
thoughtworks
.
deeplearning
Lift
Related Docs:
trait Lift
|
package deeplearning
object
Lift
Linear Supertypes
AnyRef
,
Any
Content Hierarchy
<=>[NativeInput, NativeOutput]
FromTo[NativeInput, NativeOutput]
To[NativeOutput]
IsLayer
Ordering
Alphabetic
By Inheritance
Inherited
Lift
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
<=>
[
NativeInput
,
NativeOutput
]
=
FromTo
[
NativeInput
,
NativeOutput
]
final
class
AnyLayerOps
[
Input <:
Batch
,
OutputData
,
OutputDelta
]
extends
AnyRef
type
Aux
[
From
,
Data0
,
Delta0
]
=
Lift
[
From
] { ... /* 2 definitions in type refinement */ }
trait
From
[
NativeValue
]
extends
DepFn0
trait
FromTo
[
NativeInput
,
NativeOutput
]
extends
IsLayer
trait
IsLayer
extends
AnyRef
final
class
Placeholder
[
Data0
,
Delta0
]
extends
AnyRef
trait
To
[
NativeOutput
]
extends
IsLayer
implicit final
class
ToBatchOps
[
From
,
Data
,
Delta
]
extends
AnyRef
trait
ToLayer
[
From
,
Input <:
Batch
]
extends
DepFn1
[
From
]
Author:
杨博 (Yang Bo) <
[email protected]
>
implicit final
class
ToLayerOps
[
From
,
Input <:
Batch
,
OutputData
,
OutputDelta
]
extends
AnyRef
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
From
object
FromTo
object
IsLayer
object
Layers
object
Placeholder
object
To
object
ToLayer
extends
ToLayerLowPriorityImplicits
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
autoToLayer
[
A
,
Input <:
Batch
,
OutputData
,
OutputDelta
]
(
a:
A
)
(
implicit
toLayer:
Lift.ToLayer.Aux
[
A
,
Input
,
OutputData
,
OutputDelta
]
)
:
Layer.Aux
[
Input
,
Layer.Batch.Aux
[
OutputData
,
OutputDelta
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
fromData
[
From <:
Data0
,
Data0
,
Delta0
]
:
Lift
[
From
] { ... /* 2 definitions in type refinement */ }
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped