Plane Struct
Declaration
struct simaai::neat::Plane { ... }
Included Headers
#include <TensorCore.h>
Public Member Attributes Index
| PlaneRole | role = PlaneRole::Unknown |
| std::vector< int64_t > | shape |
| std::vector< int64_t > | strides_bytes |
| int64_t | byte_offset = 0 |
Definition at line 198 of file TensorCore.h.
Public Member Attributes
byte_offset
|
Definition at line 202 of file TensorCore.h.
202 int64_t byte_offset = 0;
role
|
Definition at line 199 of file TensorCore.h.
shape
|
Definition at line 200 of file TensorCore.h.
strides_bytes
|
Definition at line 201 of file TensorCore.h.
201 std::vector<int64_t> strides_bytes;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.