MLCGraphCompletionResult(MLCTensor, NSError, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of this class.
public MLCGraphCompletionResult(MLCompute.MLCTensor resultTensor, Foundation.NSError error, double executionTime);
new MLCompute.MLCGraphCompletionResult : MLCompute.MLCTensor * Foundation.NSError * double -> MLCompute.MLCGraphCompletionResult
Parameters
- resultTensor
- MLCTensor
Result value from an asynchronous operation.
- error
- NSError
Result value from an asynchronous operation.
- executionTime
- Double
Result value from an asynchronous operation.