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()
- Alphabetic
- By Inheritance
- DenotationConstProto
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DenotationConstProto(dATABATCH: String = "", dATACHANNEL: String = "", dATATIME: String = "", dATAFEATURE: String = "", fILTERINCHANNEL: String = "", fILTEROUTCHANNEL: String = "", fILTERSPATIAL: String = "")
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: DenotationConstProto.type
- Definition Classes
- DenotationConstProto → GeneratedMessage
- val dATABATCH: String
- val dATACHANNEL: String
- val dATAFEATURE: String
- val dATATIME: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fILTERINCHANNEL: String
- val fILTEROUTCHANNEL: String
- val fILTERSPATIAL: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- DenotationConstProto → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DenotationConstProto → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): DenotationConstProto
- Definition Classes
- DenotationConstProto → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
serializedSize: Int
- Definition Classes
- DenotationConstProto → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- DenotationConstProto → GeneratedMessage
-
def
update(ms: (Lens[DenotationConstProto, DenotationConstProto]) ⇒ Mutation[DenotationConstProto]*): DenotationConstProto
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withDATABATCH(__v: String): DenotationConstProto
- def withDATACHANNEL(__v: String): DenotationConstProto
- def withDATAFEATURE(__v: String): DenotationConstProto
- def withDATATIME(__v: String): DenotationConstProto
- def withFILTERINCHANNEL(__v: String): DenotationConstProto
- def withFILTEROUTCHANNEL(__v: String): DenotationConstProto
- def withFILTERSPATIAL(__v: String): DenotationConstProto
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DenotationConstProto → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
def
getField(field: FieldDescriptor): Any
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue