MLCInferenceGraph
An inference graph created from one or more MLCGraph instances plus additional layers added directly to the inference graph.
Declaration
class MLCInferenceGraphTopics
Creating Inference Graphs
Preparing Inference Graphs
addInputs(_:)addInputs(_:lossLabels:lossLabelWeights:)addOutputs(_:)compile(options:device:)compile(options:device:inputTensors:inputTensorsData:)link(with:)MLCGraphCompilationOptions
Executing Inference Graphs
execute(inputsData:batchSize:options:completionHandler:)execute(inputsData:outputsData:batchSize:options:completionHandler:)execute(inputsData:lossLabelsData:lossLabelWeightsData:batchSize:options:completionHandler:)execute(inputsData:lossLabelsData:lossLabelWeightsData:outputsData:batchSize:options:completionHandler:)execute(inputsData:lossLabelsData:lossLabelWeightsData:outputsData:batchSize:options:)MLCExecutionOptionsMLCGraphCompletionHandler