SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::BufferInputCInfo Struct Reference

Data used to construct an IBufferInput instance More...

#include <GraphInput.h>

Inheritance diagram for SmartEngine::BufferInputCInfo:
SmartEngine::GraphInputCInfo SmartEngine::GraphNodeCInfo

Public Attributes

int inputDimension = 1
 Dimension of the input, which is equivalent to the column count of the tensor. More...
 
- Public Attributes inherited from SmartEngine::GraphNodeCInfo
const char * name = nullptr
 The name of this node. More...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct an IBufferInput instance

Member Data Documentation

◆ inputDimension

int SmartEngine::BufferInputCInfo::inputDimension = 1

Dimension of the input, which is equivalent to the column count of the tensor.