com.intel.analytics.bigdl.nn

tf

package tf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BiasAdd[T] extends AbstractModule[Table, Tensor[T], T]

  2. sealed abstract class ControlOps[T] extends Operation[Activity, Activity, T]

    Control flow related operations

  3. abstract class IdentityControl[T] extends ControlOps[T]

    Control flow related operations, and they just pass the input without modifying them

  4. class Log1p[T, D] extends AbstractModule[Tensor[D], Tensor[D], T]

    The Log module applies a log transformation to the input data

  5. sealed class MergeControlNode[T] extends Node[T]

    A wrapper of node for merge operation.

  6. class SqrtGrad[T, D] extends Operation[Table, Tensor[D], T]

  7. sealed class SwitchControlNode[T] extends Node[T]

    A wrapper of node for switch operation.

  8. class TensorModuleWrapper[T, D] extends AbstractModule[Tensor[D], Tensor[D], T]

    The AbstractModule[Tensor[D], Tensor[D], T] that takes a TensorModule[D] to enable the computation of D typed data in a module with numeric type of T.

Value Members

  1. object Abs

  2. object BiasAdd extends Serializable

  3. object Clamp

  4. object ELU

  5. object Log

  6. object Log1p extends Serializable

  7. object Mean

  8. object Power

  9. object ReLU6

  10. object SoftPlus

  11. object SoftSign

  12. object SqrtGrad extends Serializable

  13. object TensorModuleWrapper extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped