SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine.NeuralNetworks.BufferInput.CInfo Class Reference

BufferInput constructor info More...

Inheritance diagram for SmartEngine.NeuralNetworks.BufferInput.CInfo:
SmartEngine.NeuralNetworks.GraphNode.CInfo

Public Attributes

int Dimension = 1
 Dimension of the input, which is equivalent to the column count of the tensor. More...
 
- Public Attributes inherited from SmartEngine.NeuralNetworks.GraphNode.CInfo
string Name
 The name of this node. More...
 
Context Context
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

BufferInput constructor info

Member Data Documentation

◆ Dimension

int SmartEngine.NeuralNetworks.BufferInput.CInfo.Dimension = 1

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