Class ModelExecutionReport
Namespace: Unity.Barracuda
Syntax
public class ModelExecutionReport : object
Properties
CompletedLayerExecutionReports
Declaration
public List<LayerExecutionReport> CompletedLayerExecutionReports { get; }
Property Value
| Type | Description |
|---|---|
| List<LayerExecutionReport> |
CurrentLayerExecutionReport
Declaration
public LayerExecutionReport CurrentLayerExecutionReport { get; }
Property Value
| Type | Description |
|---|---|
| LayerExecutionReport |