Skip to main content

Plane Struct

Declaration

struct simaai::neat::Plane { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

PlaneRolerole = PlaneRole::Unknown
std::vector< int64_t >shape
std::vector< int64_t >strides_bytes
int64_tbyte_offset = 0

Definition at line 198 of file TensorCore.h.

Public Member Attributes

byte_offset

int64_t simaai::neat::Plane::byte_offset = 0

Definition at line 202 of file TensorCore.h.

202 int64_t byte_offset = 0;

role

PlaneRole simaai::neat::Plane::role = PlaneRole::Unknown

Definition at line 199 of file TensorCore.h.

shape

std::vector<int64_t> simaai::neat::Plane::shape

Definition at line 200 of file TensorCore.h.

200 std::vector<int64_t> shape;

strides_bytes

std::vector<int64_t> simaai::neat::Plane::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.