Package

io.hydrosphere.serving.tensorflow

tensor_slice

Permalink

package tensor_slice

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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] with Serializable

    Permalink
  2. object TensorSliceProtoCompanion extends GeneratedFileObject

    Permalink

Ungrouped