public struct ModelInferenceTimeRecord
ModelInferenceTimeRecord | Initializes a new instance of ModelInferenceTimeRecord. 初始化ModelInferenceTimeRecord结构的新实例。 |
InferenceTime | Gets the time taken for model inference execution in milliseconds. 获取模型推理执行花费的时间(毫秒)。 |
PostprocessTime | Gets the time taken for result postprocessing in milliseconds. 获取结果后处理花费的时间(毫秒)。 |
PreprocessTime | Gets the time taken for input data preprocessing in milliseconds. 获取输入数据预处理花费的时间(毫秒)。 |
TotalTime | Gets the total time taken for the complete inference pipeline in milliseconds. 获取完整推理流程的总时间(毫秒)。 |
Equals | Indicates whether this instance and a specified object are equal. (继承自 ValueType。) |
GetHashCode | Returns the hash code for this instance. (继承自 ValueType。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
ToString |
Returns a formatted string representation of the timing measurements.
返回时间测量结果的格式化字符串表示。
(重写 ValueTypeToString) |