litert::CompositeOptions

Summary

Inheritance

Inherits from: litert::OpOptions

Public static attributes

kNpuCall = "odml.npu_call"
constexpr absl::string_view

Public attributes

name
absl::string_view
op
LiteRtOp
subgraph
int

Public functions

InitFromOp(LiteRtOp op) override
virtual LiteRtStatus

Public static attributes

kNpuCall

constexpr absl::string_view litert::CompositeOptions::kNpuCall = "odml.npu_call"

Public attributes

name

absl::string_view litert::CompositeOptions::name

op

LiteRtOp litert::CompositeOptions::op

subgraph

int litert::CompositeOptions::subgraph

Public functions

InitFromOp

virtual LiteRtStatus litert::CompositeOptions::InitFromOp(
  LiteRtOp op
) override