object DropoutTF extends TensorflowToBigDL
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DropoutTF
- TensorflowToBigDL
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @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
getBoolean(attrMap: Map[String, AttrValue], key: String): Boolean
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getInt(attrMap: Map[String, AttrValue], key: String): Int
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
def
getIntList(attrMap: Map[String, AttrValue], key: String): Seq[Int]
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
def
getOrSetTensor[T](node: NodeDef, context: Context[T], byteOrder: ByteOrder, trans: Option[Seq[(Int, Int)]] = None)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): (Tensor[T], Tensor[T])
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
def
getString(attrMap: Map[String, AttrValue], key: String): String
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
def
getType(attrMap: Map[String, AttrValue], key: String): DataType
- Attributes
- protected
- Definition Classes
- TensorflowToBigDL
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
layer[T](tfGraph: DirectedGraph[NodeDef], context: Context[T], byteOrder: ByteOrder)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): AbstractModule[Activity, Activity, T]
Get the BigDL model
Get the BigDL model
- tfGraph
operation graph
- context
variables
- returns
(module, input nodes, output nodes)
- Definition Classes
- DropoutTF → TensorflowToBigDL
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topology: DirectedGraph[String]
The topology of the tensorflow operation graph
The topology of the tensorflow operation graph
- Definition Classes
- DropoutTF → TensorflowToBigDL
-
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
- @native() @throws( ... )