Packages

p

org.tensorflow.framework

tensor_description

package tensor_description

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object TensorDescription extends GeneratedMessageCompanion[TensorDescription]
  2. object TensorDescriptionProto extends GeneratedFileObject

Ungrouped