c
org.tensorflow.framework.tensor_description
TensorDescription
Companion object TensorDescription
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TensorDescription
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
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
- val allocationDescription: Option[AllocationDescription]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAllocationDescription: TensorDescription
- def clearShape: TensorDescription
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: TensorDescription.type
- Definition Classes
- TensorDescription → GeneratedMessage
- def discardUnknownFields: TensorDescription
- val dtype: DataType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAllocationDescription: AllocationDescription
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- TensorDescription → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TensorDescription → GeneratedMessage
- def getShape: TensorShapeProto
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializedSize: Int
- Definition Classes
- TensorDescription → GeneratedMessage
- val shape: Option[TensorShapeProto]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- TensorDescription → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[TensorDescription, TensorDescription]) ⇒ Mutation[TensorDescription]*): TensorDescription
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAllocationDescription(__v: AllocationDescription): TensorDescription
- def withDtype(__v: DataType): TensorDescription
- def withShape(__v: TensorShapeProto): TensorDescription
- def withUnknownFields(__v: UnknownFieldSet): TensorDescription
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TensorDescription → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated