Object/Class

onnx.onnx

TensorProto

Related Docs: class TensorProto | package onnx

Permalink

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 DataLocation extends GeneratedEnum

    Permalink

    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 trait DataType extends GeneratedEnum

    Permalink
  3. final case class Segment(begin: Option[Long] = _root_.scala.None, end: Option[Long] = _root_.scala.None) extends GeneratedMessage with Message[Segment] with Updatable[Segment] with Product with Serializable

    Permalink

    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]

    Permalink
  5. type ValueType = TensorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DATA_LOCATION_FIELD_NUMBER: Int(14)

    Permalink
  5. final val DATA_TYPE_FIELD_NUMBER: Int(2)

    Permalink
  6. final val DIMS_FIELD_NUMBER: Int(1)

    Permalink
  7. final val DOC_STRING_FIELD_NUMBER: Int(12)

    Permalink
  8. final val DOUBLE_DATA_FIELD_NUMBER: Int(10)

    Permalink
  9. object DataLocation extends GeneratedEnumCompanion[DataLocation] with Serializable

    Permalink
  10. object DataType extends GeneratedEnumCompanion[DataType] with Serializable

    Permalink
  11. final val EXTERNAL_DATA_FIELD_NUMBER: Int(13)

    Permalink
  12. final val FLOAT_DATA_FIELD_NUMBER: Int(4)

    Permalink
  13. final val INT32_DATA_FIELD_NUMBER: Int(5)

    Permalink
  14. final val INT64_DATA_FIELD_NUMBER: Int(7)

    Permalink
  15. final val NAME_FIELD_NUMBER: Int(8)

    Permalink
  16. final val RAW_DATA_FIELD_NUMBER: Int(9)

    Permalink
  17. final val SEGMENT_FIELD_NUMBER: Int(3)

    Permalink
  18. final val STRING_DATA_FIELD_NUMBER: Int(6)

    Permalink
  19. object Segment extends GeneratedMessageCompanion[Segment] with Serializable

    Permalink
  20. final val UINT64_DATA_FIELD_NUMBER: Int(11)

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. lazy val defaultInstance: TensorProto

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  24. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  25. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromAscii(s: String): TensorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): TensorProto

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def javaDescriptor: Descriptor

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  35. implicit def messageCompanion: GeneratedMessageCompanion[TensorProto]

    Permalink
  36. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  37. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  38. implicit def messageReads: Reads[TensorProto]

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. 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

    Permalink
  44. def parseDelimitedFrom(input: InputStream): Option[TensorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  45. def parseDelimitedFrom(input: CodedInputStream): Option[TensorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  46. def parseFrom(s: Array[Byte]): TensorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  47. def parseFrom(input: InputStream): TensorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  48. def parseFrom(input: CodedInputStream): TensorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  49. def scalaDescriptor: Descriptor

    Permalink
    Definition Classes
    TensorProto → GeneratedMessageCompanion
  50. def streamFromDelimitedInput(input: InputStream): Stream[TensorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toByteArray(a: TensorProto): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. def validate(s: Array[Byte]): Try[TensorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  55. def validateAscii(s: String): Either[TextFormatError, TensorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  56. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def descriptor: Descriptor

    Permalink
    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