Packages

final case class TensorDescription(dtype: DataType = ..., shape: Option[TensorShapeProto] = _root_.scala.None, allocationDescription: Option[AllocationDescription] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[TensorDescription] with Product with Serializable

dtype

Data type of tensor elements

shape

Shape of the tensor.

allocationDescription

Information about the size and allocator used for the data

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[TensorDescription], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorDescription
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorDescription(dtype: DataType = ..., shape: Option[TensorShapeProto] = _root_.scala.None, allocationDescription: Option[AllocationDescription] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    dtype

    Data type of tensor elements

    shape

    Shape of the tensor.

    allocationDescription

    Information about the size and allocator used for the data

Value Members

  1. val allocationDescription: Option[AllocationDescription]
  2. def clearAllocationDescription: TensorDescription
  3. def clearShape: TensorDescription
  4. def companion: TensorDescription.type
    Definition Classes
    TensorDescription → GeneratedMessage
  5. def discardUnknownFields: TensorDescription
  6. val dtype: DataType
  7. def getAllocationDescription: AllocationDescription
  8. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    TensorDescription → GeneratedMessage
  9. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    TensorDescription → GeneratedMessage
  10. def getShape: TensorShapeProto
  11. def serializedSize: Int
    Definition Classes
    TensorDescription → GeneratedMessage
  12. val shape: Option[TensorShapeProto]
  13. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  14. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  15. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  16. def toProtoString: String
    Definition Classes
    TensorDescription → GeneratedMessage
  17. val unknownFields: UnknownFieldSet
  18. def update(ms: (Lens[TensorDescription, TensorDescription]) ⇒ Mutation[TensorDescription]*): TensorDescription
    Definition Classes
    Updatable
  19. def withAllocationDescription(__v: AllocationDescription): TensorDescription
  20. def withDtype(__v: DataType): TensorDescription
  21. def withShape(__v: TensorShapeProto): TensorDescription
  22. def withUnknownFields(__v: UnknownFieldSet): TensorDescription
  23. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  24. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    TensorDescription → GeneratedMessage
  25. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage