OutputTopology Struct
Output topology: how many tensors the model emits, and whether they're physically packed. More...
Declaration
Included Headers
Public Member Attributes Index
| std::size_t | physical_outputs = 0U |
|
Number of distinct memory buffers emitted. More... | |
| std::size_t | logical_outputs = ... |
|
Number of user-facing output tensors (may exceed physical when packed). More... | |
| bool | packed_outputs = false |
|
True if logical outputs share underlying memory buffers. More... | |
Description
Output topology: how many tensors the model emits, and whether they're physically packed.
Definition at line 127 of file Model.h.
Public Member Attributes
logical_outputs
|
Number of user-facing output tensors (may exceed physical when packed).
- Initialiser
-
= 0U
Definition at line 129 of file Model.h.
packed_outputs
|
True if logical outputs share underlying memory buffers.
Definition at line 131 of file Model.h.
physical_outputs
|
Number of distinct memory buffers emitted.
Definition at line 128 of file Model.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.