object TensorProto extends GeneratedMessageCompanion[TensorProto] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TensorProto
- Serializable
- Serializable
- GeneratedMessageCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait DataType extends GeneratedEnum
-
final
case class
Segment(begin: Long = 0L, end: Long = 0L) extends GeneratedMessage with Message[Segment] with Updatable[Segment] with Product with Serializable
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.
- Annotations
- @SerialVersionUID()
- implicit class TensorProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorProto]
-
type
ValueType = TensorProto
- Definition Classes
- GeneratedMessageCompanion
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 val DATA_TYPE_FIELD_NUMBER: Int(2)
- final val DIMS_FIELD_NUMBER: Int(1)
- final val DOC_STRING_FIELD_NUMBER: Int(12)
- final val DOUBLE_DATA_FIELD_NUMBER: Int(10)
- final val FLOAT_DATA_FIELD_NUMBER: Int(4)
- final val INT32_DATA_FIELD_NUMBER: Int(5)
- final val INT64_DATA_FIELD_NUMBER: Int(7)
- final val NAME_FIELD_NUMBER: Int(8)
- final val RAW_DATA_FIELD_NUMBER: Int(9)
- final val SEGMENT_FIELD_NUMBER: Int(3)
- final val STRING_DATA_FIELD_NUMBER: Int(6)
- final val UINT64_DATA_FIELD_NUMBER: Int(11)
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
defaultInstance: TensorProto
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
def
enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromAscii(s: String): TensorProto
- Definition Classes
- GeneratedMessageCompanion
-
def
fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): TensorProto
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: Descriptor
- Definition Classes
- TensorProto → GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[TensorProto]
-
def
messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
-
def
messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
implicit
def
messageReads: Reads[TensorProto]
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseDelimitedFrom(input: InputStream): Option[TensorProto]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseDelimitedFrom(input: CodedInputStream): Option[TensorProto]
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(s: Array[Byte]): TensorProto
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: InputStream): TensorProto
- Definition Classes
- GeneratedMessageCompanion
-
def
parseFrom(input: CodedInputStream): TensorProto
- Definition Classes
- GeneratedMessageCompanion
-
def
scalaDescriptor: Descriptor
- Definition Classes
- TensorProto → GeneratedMessageCompanion
-
def
streamFromDelimitedInput(input: InputStream): Stream[TensorProto]
- Definition Classes
- GeneratedMessageCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(a: TensorProto): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(s: Array[Byte]): Try[TensorProto]
- Definition Classes
- GeneratedMessageCompanion
-
def
validateAscii(s: String): Either[TextFormatError, TensorProto]
- Definition Classes
- GeneratedMessageCompanion
-
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( ... )
- object DataType extends GeneratedEnumCompanion[DataType] with Serializable
- object Segment extends GeneratedMessageCompanion[Segment] with Serializable
Deprecated Value Members
-
def
descriptor: Descriptor
- Definition Classes
- GeneratedMessageCompanion
- Annotations
- @deprecated
- Deprecated
(Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.