object TensorProto extends GeneratedMessageCompanion[TensorProto]

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

Type Members

  1. sealed abstract class DataLocation extends GeneratedEnum

    Location of the data for this tensor.

    Location of the data for this tensor. MUST be one of: - DEFAULT - data stored inside the protobuf message. Data is stored in raw_data (if set) otherwise in type-specified field. - EXTERNAL - data stored in an external location as described by external_data field.

  2. sealed abstract class DataType extends GeneratedEnum
  3. final case class Segment(begin: Option[Long] = _root_.scala.None, end: Option[Long] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage 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()
  4. implicit class TensorProtoLens[UpperPB] extends ObjectLens[UpperPB, TensorProto]
  5. 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_LOCATION_FIELD_NUMBER: Int(14)
  5. final val DATA_TYPE_FIELD_NUMBER: Int(2)
  6. final val DIMS_FIELD_NUMBER: Int(1)
  7. final val DOC_STRING_FIELD_NUMBER: Int(12)
  8. final val DOUBLE_DATA_FIELD_NUMBER: Int(10)
  9. final val EXTERNAL_DATA_FIELD_NUMBER: Int(13)
  10. final val FLOAT_DATA_FIELD_NUMBER: Int(4)
  11. final val INT32_DATA_FIELD_NUMBER: Int(5)
  12. final val INT64_DATA_FIELD_NUMBER: Int(7)
  13. final val NAME_FIELD_NUMBER: Int(8)
  14. final val RAW_DATA_FIELD_NUMBER: Int(9)
  15. final val SEGMENT_FIELD_NUMBER: Int(3)
  16. final val STRING_DATA_FIELD_NUMBER: Int(6)
  17. final val UINT64_DATA_FIELD_NUMBER: Int(11)
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  20. lazy val defaultInstance: TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  21. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  22. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def fromAscii(s: String): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def javaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  30. def merge(a: TensorProto, input: CodedInputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  31. implicit def messageCompanion: GeneratedMessageCompanion[TensorProto]
  32. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  33. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  34. implicit def messageReads: Reads[TensorProto]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def of(dims: Seq[Long], dataType: Option[Int], segment: Option[Segment], floatData: Seq[Float], int32Data: Seq[Int], stringData: Seq[ByteString], int64Data: Seq[Long], name: Option[String], docString: Option[String], rawData: Option[ByteString], externalData: Seq[StringStringEntryProto], dataLocation: Option[DataLocation], doubleData: Seq[Double], uint64Data: Seq[Long]): TensorProto
  40. def parseDelimitedFrom(input: InputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  41. def parseDelimitedFrom(input: CodedInputStream): Option[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(_input__: CodedInputStream): TensorProto
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  43. def parseFrom(s: Array[Byte]): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  44. def parseFrom(input: InputStream): TensorProto
    Definition Classes
    GeneratedMessageCompanion
  45. def scalaDescriptor: Descriptor
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  46. def streamFromDelimitedInput(input: InputStream): Stream[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toByteArray(a: TensorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def validate(s: Array[Byte]): Try[TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  51. def validateAscii(s: String): Either[TextFormatError, TensorProto]
    Definition Classes
    GeneratedMessageCompanion
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. object DataLocation extends GeneratedEnumCompanion[DataLocation]
  56. object DataType extends GeneratedEnumCompanion[DataType]
  57. object Segment extends GeneratedMessageCompanion[Segment]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedMessageCompanion[TensorProto]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped