|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
The input and output of one Operator. More...
#include <cbOperator.hpp>

Public Attributes | |
| std::vector< cbVirtualTable > | I |
| cbVirtualTable | O |
The input and output of one Operator.
Definition at line 38 of file cbOperator.hpp.
| std::vector<cbVirtualTable> cbOpIO::I |
Definition at line 39 of file cbOperator.hpp.
Referenced by cb::graph::cbComputeGraph::cbComputeGraph(), cb::graph::cbVirtualDeviceNode::generateTask(), and cb::graph::cbOperatorNode::generateTask().
| cbVirtualTable cbOpIO::O |
Definition at line 40 of file cbOperator.hpp.
Referenced by cb::graph::cbComputeGraph::cbComputeGraph(), cb::graph::cbComputeGraph::generateGraphTask(), cb::graph::cbVirtualDeviceNode::generateTask(), and cb::graph::cbOperatorNode::generateTask().
1.8.17