Packages

p

org.tensorflow.framework

tensor_slice

package tensor_slice

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class TensorSliceProto(extent: Seq[Extent] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[TensorSliceProto] with Product with Serializable

    Can only be interpreted if you know the corresponding TensorShape.

    Can only be interpreted if you know the corresponding TensorShape.

    extent

    Extent of the slice in all tensor dimensions. Must have one entry for each of the dimension of the tensor that this slice belongs to. The order of sizes is the same as the order of dimensions in the TensorShape.

    Annotations
    @SerialVersionUID()

Value Members

  1. object TensorSliceProto extends GeneratedMessageCompanion[TensorSliceProto]
  2. object TensorSliceProtoCompanion extends GeneratedFileObject

Ungrouped