Share via


MLCGraphCompletionResult Class

Definition

This class holds the return values for an asynchronous operation.

public class MLCGraphCompletionResult
type MLCGraphCompletionResult = class
Inheritance
MLCGraphCompletionResult

Constructors

Name Description
MLCGraphCompletionResult(MLCTensor, NSError, Double)

Creates a new instance of this class.

Properties

Name Description
Error

The result value from the asynchronous operation.

ExecutionTime

The result value from the asynchronous operation.

ResultTensor

The result value from the asynchronous operation.

Applies to