Packages

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
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

    Control flow related operations

    T

    Numeric type of parameter(e.g. weight, bias). Only support float/double now

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

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

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

    T

    Numeric type of parameter(e.g. weight, bias). Only support float/double now

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

    The Log module applies a log transformation to the input data

    The Log module applies a log transformation to the input data

    Annotations
    @SerialVersionUID()
  5. sealed class MergeControlNode[T] extends Node[T]

    A wrapper of node for merge operation.

    A wrapper of node for merge operation.

    T

    element type

  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.

    A wrapper of node for switch operation. Make code easy to read.

    T

    element type

  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