Trait/Object

com.intel.analytics.zoo.pipeline.api

Net

Related Docs: object Net | package api

Permalink

trait Net extends AnyRef

A placeholder to add layer's utilities

Linear Supertypes
AnyRef, Any
Known Subclasses
Activation, Activation, AddConstant, AtrousConvolution1D, AtrousConvolution2D, Average, AveragePooling1D, AveragePooling1D, AveragePooling2D, AveragePooling3D, BERT, BatchNormalization, Bidirectional, BinaryThreshold, Bridge, CAdd, CMul, Conv1D, Conv2D, ConvLSTM2D, ConvLSTM3D, Convolution1D, Convolution2D, Convolution3D, Cropping1D, Cropping1D, Cropping2D, Cropping3D, Decoder, Deconvolution2D, Dense, Dense, Dropout, Dropout, ELU, Embedding, Encoder, Exp, Expand, ExpandDim, Flatten, Flatten, GRU, GaussianDropout, GaussianNoise, GaussianSampler, GlobalAveragePooling1D, GlobalAveragePooling1D, GlobalAveragePooling2D, GlobalAveragePooling2D, GlobalAveragePooling3D, GlobalAveragePooling3D, GlobalMaxPooling1D, GlobalMaxPooling1D, GlobalMaxPooling2D, GlobalMaxPooling2D, GlobalMaxPooling3D, GlobalMaxPooling3D, HardShrink, HardTanh, Highway, Identity, Input, KerasLayerWrapper, KerasNet, LRN2D, LSTM, LambdaLayer, LayerNorm, LayerWrapperByForward, LeakyReLU, LocallyConnected1D, LocallyConnected1D, LocallyConnected2D, Log, Masking, Max, MaxPooling1D, MaxPooling1D, MaxPooling2D, MaxPooling3D, Maximum, MaxoutDense, Merge, Minimum, Model, Mul, MulConstant, Narrow, Negative, PReLU, Permute, Pooling1D, Pooling2D, Power, RNNDecoder, RNNEncoder, RReLU, RepeatVector, Reshape, ResizeBilinear, SReLU, Select, SelectTable, SeparableConvolution2D, Sequential, ShareConvolution2D, SimpleRNN, SoftMax, SoftMax, SoftShrink, SparseDense, SparseEmbedding, SpatialDropout1D, SpatialDropout2D, SpatialDropout3D, SplitTensor, Sqrt, Square, Squeeze, Threshold, ThresholdedReLU, TimeDistributed, UpSampling1D, UpSampling2D, UpSampling3D, WithinChannelLRN2D, WordEmbedding, ZeroPadding1D, ZeroPadding2D, ZeroPadding3D
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Net
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def from[T](vars: Variable[T]*)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Variable[T]

    Permalink

    Build graph: some other modules point to current module

    Build graph: some other modules point to current module

    vars

    upstream variables

    returns

    Variable containing current module

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. def isFrozen[T]()(implicit arg0: ClassTag[T]): Boolean

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped