litert::TensorTypeInfo

Summary

Constructors and Destructors

TensorTypeInfo(ElementType element_type)
TensorTypeInfo(absl::InlinedVector< int32_t, 4 > dims)
TensorTypeInfo(ElementType element_type, absl::InlinedVector< int32_t, 4 > dims)

Public attributes

dims = std::nullopt
std::optional< absl::InlinedVector< int32_t, 4 > >
element_type = std::nullopt
std::optional< ElementType >

Public attributes

dims

std::optional< absl::InlinedVector< int32_t, 4 > > litert::TensorTypeInfo::dims = std::nullopt

element_type

std::optional< ElementType > litert::TensorTypeInfo::element_type = std::nullopt

Public functions

TensorTypeInfo

 litert::TensorTypeInfo::TensorTypeInfo(
  ElementType element_type
)

TensorTypeInfo

 litert::TensorTypeInfo::TensorTypeInfo(
  absl::InlinedVector< int32_t, 4 > dims
)

TensorTypeInfo

 litert::TensorTypeInfo::TensorTypeInfo(
  ElementType element_type,
  absl::InlinedVector< int32_t, 4 > dims
)