Class/Object

io.hydrosphere.serving.onnx.onnx

DenotationConstProto

Related Docs: object DenotationConstProto | package onnx

Permalink

final case class DenotationConstProto(dATABATCH: String = "", dATACHANNEL: String = "", dATATIME: String = "", dATAFEATURE: String = "", fILTERINCHANNEL: String = "", fILTEROUTCHANNEL: String = "", fILTERSPATIAL: String = "") extends GeneratedMessage with Message[DenotationConstProto] with Updatable[DenotationConstProto] with Product with Serializable

A set of pre-defined constants to be used as values for the standard denotation field in TensorShapeProto.Dimension for semantic description of the tensor dimension.

dATABATCH

Describe a batch number dimension.

dATACHANNEL

Describe a channel dimension.

dATATIME

Describe a time dimension.

dATAFEATURE

Describe a feature dimension. This is typically a feature dimension in RNN and/or spatial dimension in CNN.

fILTERINCHANNEL

Describe a filter in-channel dimension. This is the dimension that is identical (in size) to the channel dimension of the input image feature maps.

fILTEROUTCHANNEL

Describe a filter out channel dimension. This is the dimension that is identical (int size) to the channel dimension of the output image feature maps.

fILTERSPATIAL

Describe a filter spatial dimension.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[DenotationConstProto], Message[DenotationConstProto], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DenotationConstProto
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DenotationConstProto(dATABATCH: String = "", dATACHANNEL: String = "", dATATIME: String = "", dATAFEATURE: String = "", fILTERINCHANNEL: String = "", fILTEROUTCHANNEL: String = "", fILTERSPATIAL: String = "")

    Permalink

    dATABATCH

    Describe a batch number dimension.

    dATACHANNEL

    Describe a channel dimension.

    dATATIME

    Describe a time dimension.

    dATAFEATURE

    Describe a feature dimension. This is typically a feature dimension in RNN and/or spatial dimension in CNN.

    fILTERINCHANNEL

    Describe a filter in-channel dimension. This is the dimension that is identical (in size) to the channel dimension of the input image feature maps.

    fILTEROUTCHANNEL

    Describe a filter out channel dimension. This is the dimension that is identical (int size) to the channel dimension of the output image feature maps.

    fILTERSPATIAL

    Describe a filter spatial dimension.

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. def companion: DenotationConstProto.type

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  7. val dATABATCH: String

    Permalink

    Describe a batch number dimension.

  8. val dATACHANNEL: String

    Permalink

    Describe a channel dimension.

  9. val dATAFEATURE: String

    Permalink

    Describe a feature dimension.

    Describe a feature dimension. This is typically a feature dimension in RNN and/or spatial dimension in CNN.

  10. val dATATIME: String

    Permalink

    Describe a time dimension.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val fILTERINCHANNEL: String

    Permalink

    Describe a filter in-channel dimension.

    Describe a filter in-channel dimension. This is the dimension that is identical (in size) to the channel dimension of the input image feature maps.

  13. val fILTEROUTCHANNEL: String

    Permalink

    Describe a filter out channel dimension.

    Describe a filter out channel dimension. This is the dimension that is identical (int size) to the channel dimension of the output image feature maps.

  14. val fILTERSPATIAL: String

    Permalink

    Describe a filter spatial dimension.

  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): DenotationConstProto

    Permalink
    Definition Classes
    DenotationConstProto → Message
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def serializedSize: Int

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  27. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  28. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toProtoString: String

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  30. def update(ms: (Lens[DenotationConstProto, DenotationConstProto]) ⇒ Mutation[DenotationConstProto]*): DenotationConstProto

    Permalink
    Definition Classes
    Updatable
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withDATABATCH(__v: String): DenotationConstProto

    Permalink
  35. def withDATACHANNEL(__v: String): DenotationConstProto

    Permalink
  36. def withDATAFEATURE(__v: String): DenotationConstProto

    Permalink
  37. def withDATATIME(__v: String): DenotationConstProto

    Permalink
  38. def withFILTERINCHANNEL(__v: String): DenotationConstProto

    Permalink
  39. def withFILTEROUTCHANNEL(__v: String): DenotationConstProto

    Permalink
  40. def withFILTERSPATIAL(__v: String): DenotationConstProto

    Permalink
  41. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  42. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    DenotationConstProto → GeneratedMessage
  43. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[DenotationConstProto]

Inherited from Message[DenotationConstProto]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped