Struct CodeSection

Struct Documentation

struct CodeSection

This is essentially a low-level representation of a CodeBlock object, where all expressions have been broken down into binary contractions, which leads to the creation of intermediate result tensors.

Public Members

std::wstring name
std::vector<std::vector<Contraction>> contractionBlocks