ExecutionStats

constructor(operationsExecuted: Long = 0, totalExecutionTime: Long = 0, averageExecutionTime: Double = if (operationsExecuted > 0) totalExecutionTime.toDouble() / operationsExecuted else 0.0, tensorsCreated: Long = 0, peakMemoryUsage: Long = 0)(source)