Class for handling the loading of TensFlow ckpt data from a converted Json file.
More...
|
void | Load () |
| Main function of this class, calls necessary sub functions to load the Tensor Data. More...
|
|
List< LayerData > | ReadGraph (string testSample) |
| Reads the Json file for a (for now) hardcoded number of epochs (0: initial weights + epochs 1-10). More...
|
|
Class for handling the loading of TensFlow ckpt data from a converted Json file.
◆ 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
-
- Returns
◆ classLabel
◆ prefabs
List<GameObject> TFLoader.prefabs |
◆ sampleToLoad
Text TFLoader.sampleToLoad |
The documentation for this class was generated from the following file:
- src/geometry shader sample project/StandardGeometryShader-master/Assets/TFLoader.cs