Contents

addInputs(_:)

Adds the inputs you specify to the inference graph.

Declaration

func addInputs(_ inputs: [String : MLCTensor]) -> Bool

Parameters

  • inputs:

    A dictionary that contains inputs.

Return Value

true if the operation was successful.

See Also

Preparing Inference Graphs