public enum TensorType

  1. Object
  2. Enum<TensorType>
  3. TensorType

ImplementsComparable<TensorType>

Tensor element types supported by the portable LiteRT contract.

Enum constants

FLOAT32
INT32
INT64
UINT8
INT8
BOOL

Methods

public static TensorType[] values()
public static TensorType valueOf(String name)

Inherited methods

Enum constant details

FLOAT32

FLOAT32

INT32

INT32

INT64

INT64

UINT8

UINT8

INT8

INT8

BOOL

BOOL

Method details

values

public static TensorType[] values()

valueOf

public static TensorType valueOf(String name)