Visualisierung 2 CNN
TFLoader Class Reference

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

Inheritance diagram for TFLoader:

Public Member Functions

void Load ()
 Main function of this class, calls necessary sub functions to load the Tensor Data. More...
 
List< LayerDataReadGraph (string testSample)
 Reads the Json file for a (for now) hardcoded number of epochs (0: initial weights + epochs 1-10). More...
 

Public Attributes

List< GameObject > prefabs
 
Text classLabel
 
Text sampleToLoad
 

Detailed Description

Class for handling the loading of TensFlow ckpt data from a converted Json file.

Member Function Documentation

◆ Load()

void TFLoader.Load ( )

Main function of this class, calls necessary sub functions to load the Tensor Data.

◆ ReadGraph()

List<LayerData> TFLoader.ReadGraph ( string  testSample)

Reads the Json file for a (for now) hardcoded number of epochs (0: initial weights + epochs 1-10).

Parameters
testSample
Returns

Member Data Documentation

◆ classLabel

Text TFLoader.classLabel

◆ prefabs

List<GameObject> TFLoader.prefabs

◆ sampleToLoad

Text TFLoader.sampleToLoad

The documentation for this class was generated from the following file: