Package

com.intel.analytics.zoo.pipeline.api

net

Permalink

package net

Visibility
  1. Public
  2. All

Type Members

  1. class GraphNet[T] extends Container[Activity, Activity, T] with NetUtils[T, GraphNet[T]] with Predictable[T]

    Permalink
  2. class IdentityCriterion extends AbstractCriterion[Activity, Activity, Float]

    Permalink
  3. class MergeFeatureLabel extends ImageProcessing

    Permalink
  4. trait NetUtils[T, D <: Module[T] with NetUtils[T, D]] extends AnyRef

    Permalink
  5. class TFNet extends AbstractModule[Activity, Activity, Float] with Predictable[Float]

    Permalink

    TFNet wraps a tensorflow subgraph as a layer, and use tensorflow to calculate the layer's output.

    TFNet wraps a tensorflow subgraph as a layer, and use tensorflow to calculate the layer's output.

    This subgraph should not contain any tensorflow Variable and the input/output must be numeric types

    When used with other layers for training, there should be no trainable layer before this one, as the gradInput of this layer is always zero.

  6. class TFOptimizer extends AnyRef

    Permalink
  7. class TFValidationMethod extends ValidationMethod[Float]

    Permalink
  8. case class TrainMeta(inputNames: Array[String], outputNames: Array[String], variables: Array[String], gradVariables: Array[String], defaultTensorValues: Array[Array[Float]]) extends Product with Serializable

    Permalink

Value Members

  1. object GraphNet extends ContainerSerializable with Serializable

    Permalink
  2. object NetUtils

    Permalink
  3. object TFNet extends Serializable

    Permalink
  4. object TFTrainingHelper extends Serializable

    Permalink
  5. package python

    Permalink

Ungrouped