TensorType

public final class TensorType

The type of a tensor, including its element type and layout.

Summary

Nested types

public enum TensorType.ElementType extends Enum

Data type of tensor elements.

public final class TensorType.Layout

Layout of a tensor.

Public constructors

TensorType(
    @NonNull TensorType.ElementType elementType,
    TensorType.Layout layout
)

Public constructors

TensorType

public TensorType(
    @NonNull TensorType.ElementType elementType,
    TensorType.Layout layout
)

Public methods

getElementType

public final @NonNull TensorType.ElementType getElementType()

getLayout

public final TensorType.Layout getLayout()