Skip to main content

GraphTensorContract Struct

Declaration

struct simaai::neat::GraphTensorContract { ... }

Included Headers

Public Member Attributes Index

inttensor_index = -1
intphysical_index = -1
intsource_physical_index = -1
std::stringname
std::stringsegment_name
std::stringdtype
std::vector< std::int64_t >shape
std::uint64_tsize_bytes = 0U
std::int64_tbyte_offset = 0
std::int64_tsource_byte_offset = 0
std::vector< std::int64_t >stride_bytes
GraphTensorMaterializationKindmaterialization_kind = GraphTensorMaterializationKind::Direct

Definition at line 26 of file PreparedRuntimeBridge.h.

Public Member Attributes

byte_offset

std::int64_t simaai::neat::GraphTensorContract::byte_offset = 0

Definition at line 35 of file PreparedRuntimeBridge.h.

35 std::int64_t byte_offset = 0;

dtype

std::string simaai::neat::GraphTensorContract::dtype

Definition at line 32 of file PreparedRuntimeBridge.h.

32 std::string dtype;

materialization_kind

GraphTensorMaterializationKind simaai::neat::GraphTensorContract::materialization_kind = GraphTensorMaterializationKind::Direct

name

std::string simaai::neat::GraphTensorContract::name

Definition at line 30 of file PreparedRuntimeBridge.h.

30 std::string name;

physical_index

int simaai::neat::GraphTensorContract::physical_index = -1

Definition at line 28 of file PreparedRuntimeBridge.h.

28 int physical_index = -1;

segment_name

std::string simaai::neat::GraphTensorContract::segment_name

Definition at line 31 of file PreparedRuntimeBridge.h.

31 std::string segment_name;

shape

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

Definition at line 33 of file PreparedRuntimeBridge.h.

33 std::vector<std::int64_t> shape;

size_bytes

std::uint64_t simaai::neat::GraphTensorContract::size_bytes = 0U

Definition at line 34 of file PreparedRuntimeBridge.h.

34 std::uint64_t size_bytes = 0U;

source_byte_offset

std::int64_t simaai::neat::GraphTensorContract::source_byte_offset = 0

Definition at line 36 of file PreparedRuntimeBridge.h.

36 std::int64_t source_byte_offset = 0;

source_physical_index

int simaai::neat::GraphTensorContract::source_physical_index = -1

Definition at line 29 of file PreparedRuntimeBridge.h.

stride_bytes

std::vector<std::int64_t> simaai::neat::GraphTensorContract::stride_bytes

Definition at line 37 of file PreparedRuntimeBridge.h.

37 std::vector<std::int64_t> stride_bytes;

tensor_index

int simaai::neat::GraphTensorContract::tensor_index = -1

Definition at line 27 of file PreparedRuntimeBridge.h.

27 int tensor_index = -1;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.