Packages

object TensorProto extends GeneratedMessageCompanion[TensorProto] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[TensorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorProto
  2. Serializable
  3. Serializable
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DataType extends GeneratedEnum
  2. 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()
  3. implicit class TensorProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorProto]
  4. type ValueType = TensorProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DATA_TYPE_FIELD_NUMBER: Int(2)
  5. final val DIMS_FIELD_NUMBER: Int(1)
  6. final val DOC_STRING_FIELD_NUMBER: Int(12)
  7. final val DOUBLE_DATA_FIELD_NUMBER: Int(10)
  8. final val FLOAT_DATA_FIELD_NUMBER: Int(4)
  9. final val INT32_DATA_FIELD_NUMBER: Int(5)
  10. final val INT64_DATA_FIELD_NUMBER: Int(7)
  11. final val NAME_FIELD_NUMBER: Int(8)
  12. final val RAW_DATA_FIELD_NUMBER: Int(9)
  13. final val SEGMENT_FIELD_NUMBER: Int(3)
  14. final val STRING_DATA_FIELD_NUMBER: Int(6)
  15. final val UINT64_DATA_FIELD_NUMBER: Int(11)
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. lazy val defaultInstance: TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  19. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  20. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromAscii(s: String): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  25. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def javaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  30. implicit def messageCompanion: GeneratedMessageCompanion[TensorProto]
  31. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  32. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  33. implicit def messageReads: Reads[TensorProto]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_]]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def parseDelimitedFrom(input: InputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseDelimitedFrom(input: CodedInputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(s: Array[Byte]): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(input: InputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(input: CodedInputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  43. def scalaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  44. def streamFromDelimitedInput(input: InputStream): Stream[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toByteArray(a: TensorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def validate(s: Array[Byte]): Try[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  49. def validateAscii(s: String): Either[TextFormatError, TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. object DataType extends GeneratedEnumCompanion[DataType] with Serializable
  54. object Segment extends GeneratedMessageCompanion[Segment] with Serializable

Deprecated Value Members

  1. 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.

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedMessageCompanion[TensorProto]

Inherited from AnyRef

Inherited from Any

Ungrouped