c
io.hydrosphere.serving.tensorflow.tensor
VariantTensorDataProto
Companion object VariantTensorDataProto
final case class VariantTensorDataProto(typeName: String = "", metadata: ByteString = ..., tensors: Seq[TensorProto] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[VariantTensorDataProto] with Updatable[VariantTensorDataProto] with Product with Serializable
Protocol buffer representing the serialization format of DT_VARIANT tensors.
- typeName
Name of the type of objects being serialized.
- metadata
Portions of the object that are not Tensors.
- tensors
Tensors contained within objects being serialized.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VariantTensorDataProto
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
VariantTensorDataProto(typeName: String = "", metadata: ByteString = ..., tensors: Seq[TensorProto] = _root_.scala.collection.Seq.empty)
- typeName
Name of the type of objects being serialized.
- metadata
Portions of the object that are not Tensors.
- tensors
Tensors contained within objects being serialized.
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
- def addAllTensors(__vs: TraversableOnce[TensorProto]): VariantTensorDataProto
- def addTensors(__vs: TensorProto*): VariantTensorDataProto
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearTensors: VariantTensorDataProto
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: VariantTensorDataProto.type
- Definition Classes
- VariantTensorDataProto → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
- VariantTensorDataProto → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- VariantTensorDataProto → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): VariantTensorDataProto
- Definition Classes
- VariantTensorDataProto → Message
- val metadata: ByteString
-
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
- VariantTensorDataProto → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tensors: Seq[TensorProto]
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- VariantTensorDataProto → GeneratedMessage
- val typeName: String
-
def
update(ms: (Lens[VariantTensorDataProto, VariantTensorDataProto]) ⇒ Mutation[VariantTensorDataProto]*): VariantTensorDataProto
- 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 withMetadata(__v: ByteString): VariantTensorDataProto
- def withTensors(__v: Seq[TensorProto]): VariantTensorDataProto
- def withTypeName(__v: String): VariantTensorDataProto
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- VariantTensorDataProto → 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