litert::internal

Summary

Typedefs

LiteRtOptionsPtr using
std::unique_ptr< LiteRtOptionsT, internal::LiteRtDestroyOptionsDeleter >

Functions

CheckType(const LiteRtAny & any, const LiteRtAnyType type)
Expected< void >
GetInt(const LiteRtAny & any)
Expected< T >
GetReal(const LiteRtAny & any)
Expected< T >
OutOfRangeMessage(const char *type_name, V value)
std::string

Classes

litert::internal::LiteRtOptionsPtrBuilder

Helper class to build a LiteRtOptionsPtr object from an Options object.

Structs

litert::internal::CanBeAbslFormated
litert::internal::EnvironmentHolder
litert::internal::LiteRtDestroyOptionsDeleter

Namespaces

litert::internal::compiled_model_detail
litert::internal::macros_detail
litert::internal::model_detail
litert::internal::tensor_buffer_detail

Typedefs

LiteRtOptionsPtr

std::unique_ptr< LiteRtOptionsT, internal::LiteRtDestroyOptionsDeleter > LiteRtOptionsPtr

Functions

CheckType

Expected< void > CheckType(
  const LiteRtAny & any,
  const LiteRtAnyType type
)

GetInt

Expected< T > GetInt(
  const LiteRtAny & any
)

GetReal

Expected< T > GetReal(
  const LiteRtAny & any
)

OutOfRangeMessage

std::string OutOfRangeMessage(
  const char *type_name,
  V value
)