Visualisierung 2 CNN
TFLoader.cs File Reference

Classes

struct  LayerData
 
class  TFLoader
 Class for handling the loading of TensFlow ckpt data from a converted Json file. More...
 

Enumerations

enum  LayerType {
  LayerType.IMAGE, LayerType.CONV, LayerType.MAXPOOL, LayerType.FC,
  LayerType.OUTPUT
}
 

Enumeration Type Documentation

◆ LayerType

enum LayerType
strong
Enumerator
IMAGE 
CONV 
MAXPOOL 
FC 
OUTPUT