litert::Op
Summary
Inheritance
Inherits from:
litert::internal::NonOwnedHandle< LiteRtOp >
Constructors and Destructors
|
Op(LiteRtOp op)
|
Public functions
|
Code() const
|
LiteRtOpCode
|
Inputs() const
|
OpInputs
|
Outputs() const
|
OpOutputs
|
Public functions
Code
LiteRtOpCode Code() const
Outputs
OpOutputs Outputs() const
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::Op Class Reference\n\nlitert::Op\n==========\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [litert::internal::NonOwnedHandle\\\u003c LiteRtOp \\\u003e](/edge/api/litert/c/classlitert/1-1internal-1-1-non-owned-handle)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Op](#classlitert_1_1_op_1a3a7906b1d78362b3c2d5acb18a194cf5)`(LiteRtOp op)` ||\n\n| ### Public functions ||\n|------------------------------------------------------------------------------|----------------|\n| [Code](#classlitert_1_1_op_1afdc2c5e5891199506fd3bd5effa98730)`() const ` | `LiteRtOpCode` |\n| [Inputs](#classlitert_1_1_op_1a6c46a6226f471f2930cc15ff5db988f9)`() const ` | `OpInputs` |\n| [Outputs](#classlitert_1_1_op_1ab89fa804b82cecf29184fbc7a2047008)`() const ` | `OpOutputs` |\n\nPublic functions\n----------------\n\n### Code\n\n```gdscript\nLiteRtOpCode Code() const \n``` \n\n### Inputs\n\n```gdscript\nOpInputs Inputs() const \n``` \n\n### Op\n\n```text\n Op(\n LiteRtOp op\n)\n``` \n\n### Outputs\n\n```gdscript\nOpOutputs Outputs() const \n```"]]