Package

com.intel.analytics.bigdl.utils

tf

Permalink

package tf

Visibility
  1. Public
  2. All

Type Members

  1. class BigDLSessionImpl[T] extends Session[T]

    Permalink
  2. trait BigDLToTensorflow extends AnyRef

    Permalink

    Wrapper of logic to convert module to tensorflow node definition

  3. class Context[T] extends AnyRef

    Permalink
  4. class FixedLengthRecordReader extends Iterator[Array[Byte]]

    Permalink

    Internal use only.

    Internal use only.

    TF record format: uint64 length uint32 masked_crc32_of_length byte data[length] uint32 masked_crc32_of_data

  5. sealed trait PaddingType extends AnyRef

    Permalink

    Tensorflow padding type

  6. abstract class Session[T] extends AnyRef

    Permalink
  7. class TFRecordInputFormat extends FileInputFormat[BytesWritable, NullWritable]

    Permalink
  8. class TFRecordIterator extends Iterator[Array[Byte]]

    Permalink

    Internal use only.

    Internal use only.

    TF record format: uint64 length uint32 masked_crc32_of_length byte data[length] uint32 masked_crc32_of_data

  9. class TFRecordOutputFormat extends FileOutputFormat[BytesWritable, NullWritable]

    Permalink
  10. class TFRecordWriter extends AnyRef

    Permalink
  11. sealed trait TensorflowDataFormat extends AnyRef

    Permalink

    Tensorflow data format.

    Tensorflow data format. It is mostly applied in processing image type data

  12. trait TensorflowToBigDL extends AnyRef

    Permalink

    Represent a mapping from tensorflow operations graph to BigDL Module

Value Members

  1. object AvgpoolToTF extends BigDLToTensorflow

    Permalink
  2. object BatchNorm2DToTF extends BigDLToTensorflow

    Permalink
  3. object BatchNormTF extends TensorflowToBigDL

    Permalink
  4. object BatchNormV2NCHWTF extends TensorflowToBigDL

    Permalink
  5. object BatchNormV2NHWCTF extends TensorflowToBigDL

    Permalink
  6. object BigDLSessionImpl

    Permalink
  7. object BigDLToTensorflow

    Permalink
  8. object CAddTableToTF extends BigDLToTensorflow

    Permalink
  9. object CMultTableToTF extends BigDLToTensorflow

    Permalink
  10. object Conv1D extends TensorflowToBigDL

    Permalink
  11. object Conv2D extends TensorflowToBigDL

    Permalink
  12. object Conv2D2 extends TensorflowToBigDL

    Permalink
  13. object Conv2DWithoutBias extends TensorflowToBigDL

    Permalink
  14. object DropoutTF extends TensorflowToBigDL

    Permalink
  15. object DropoutToTF extends BigDLToTensorflow

    Permalink
  16. object FullConnectionTF extends TensorflowToBigDL

    Permalink
  17. object FullConnectionWithoutBiasTF extends TensorflowToBigDL

    Permalink
  18. object InputToTF extends BigDLToTensorflow

    Permalink
  19. object JoinTableToTF extends BigDLToTensorflow

    Permalink
  20. object LRNToTF extends BigDLToTensorflow

    Permalink
  21. object LinearToTF extends BigDLToTensorflow

    Permalink
  22. object LogSoftMaxToTF extends BigDLToTensorflow

    Permalink
  23. object MaxpoolToTF extends BigDLToTensorflow

    Permalink
  24. object MeanToTF extends BigDLToTensorflow

    Permalink
  25. object PaddingToTF extends BigDLToTensorflow

    Permalink
  26. object PaddingType

    Permalink
  27. object ReLUToTF extends BigDLToTensorflow

    Permalink
  28. object ReshapeToTF extends BigDLToTensorflow

    Permalink
  29. object ScaleToTF extends BigDLToTensorflow

    Permalink
  30. object SigmoidToTF extends BigDLToTensorflow

    Permalink
  31. object SoftMaxToTF extends BigDLToTensorflow

    Permalink
  32. object SpatialConvolutionToTF extends BigDLToTensorflow

    Permalink
  33. object SqueezeToTF extends BigDLToTensorflow

    Permalink
  34. object TFRecordIterator

    Permalink
  35. object TFTensorNumeric

    Permalink
  36. object TFUpdater

    Permalink
  37. object TFUtils

    Permalink
  38. object TanhToTF extends BigDLToTensorflow

    Permalink
  39. object TemporalConvolutionToTF extends BigDLToTensorflow

    Permalink
  40. object Tensorflow

    Permalink
  41. object TensorflowDataFormat

    Permalink
  42. object TensorflowLoader

    Permalink
  43. object TensorflowSaver

    Permalink
  44. object TensorflowToBigDL

    Permalink
  45. object ViewToTF extends BigDLToTensorflow

    Permalink
  46. package loaders

    Permalink

Ungrouped