addInputs(_:)
Adds the inputs you specify to the inference graph.
Declaration
func addInputs(_ inputs: [String : MLCTensor]) -> BoolParameters
- inputs:
A dictionary that contains inputs.
Return Value
true if the operation was successful.
Adds the inputs you specify to the inference graph.
func addInputs(_ inputs: [String : MLCTensor]) -> BoolA dictionary that contains inputs.
true if the operation was successful.