litert::RankedTensorType

Summary

Constructors and Destructors

RankedTensorType(enum ElementType element_type, class Layout && layout)
RankedTensorType(const LiteRtRankedTensorType & type)

Public functions

ElementType() const
enum ElementType
Layout() const
const class Layout &
operator LiteRtRankedTensorType() const
operator==(const RankedTensorType & other) const
bool

Public functions

ElementType

enum ElementType ElementType() const 

Layout

const class Layout & Layout() const 

RankedTensorType

 RankedTensorType(
  enum ElementType element_type,
  class Layout && layout
)

RankedTensorType

 RankedTensorType(
  const LiteRtRankedTensorType & type
)

operator LiteRtRankedTensorType

 operator LiteRtRankedTensorType() const 

operator==

bool operator==(
  const RankedTensorType & other
) const