litert::CompositeOptions
Summary
Inheritance
Inherits from:
litert::OpOptions
Public static attributes
|
kNpuCall = "odml.npu_call"
|
constexpr absl::string_view
|
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# litert::CompositeOptions Struct Reference\n\nlitert::CompositeOptions\n========================\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [litert::OpOptions](/edge/api/litert/c/structlitert/1-1-op-options)\n\n| ### Public static attributes ||\n|--------------------------------------------------------------------------------------------------------|-------------------------------|\n| [kNpuCall](#structlitert_1_1_composite_options_1ad86b8165244d5b89429b99dc332f47d3)` = \"odml.npu_call\"` | `constexpr absl::string_view` |\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------|---------------------|\n| [name](#structlitert_1_1_composite_options_1a46d3353bf0b5c8171dee08435e81586e) | `absl::string_view` |\n| [op](#structlitert_1_1_composite_options_1abc50b032c5ece693ebb4a18e9f084fde) | `LiteRtOp` |\n| [subgraph](#structlitert_1_1_composite_options_1aaad7aca44b815d4b4e434e4991745161) | `int` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------|------------------------|\n| [InitFromOp](#structlitert_1_1_composite_options_1a77eeca94ab1e97fe92c32e38fc2437ec)`(LiteRtOp op) override` | `virtual LiteRtStatus` |\n\nPublic static attributes\n------------------------\n\n### kNpuCall\n\n```gdscript\nconstexpr absl::string_view litert::CompositeOptions::kNpuCall = \"odml.npu_call\"\n``` \n\nPublic attributes\n-----------------\n\n### name\n\n```scdoc\nabsl::string_view litert::CompositeOptions::name\n``` \n\n### op\n\n```text\nLiteRtOp litert::CompositeOptions::op\n``` \n\n### subgraph\n\n```text\nint litert::CompositeOptions::subgraph\n``` \n\nPublic functions\n----------------\n\n### InitFromOp\n\n```text\nvirtual LiteRtStatus litert::CompositeOptions::InitFromOp(\n LiteRtOp op\n) override\n```"]]