addOutputs(_:)
Adds the outputs you specify to the inference graph.
Declaration
func addOutputs(_ outputs: [String : MLCTensor]) -> BoolParameters
- outputs:
A dictionary containing outputs.
Return Value
Itrue if the operation was successful.
Adds the outputs you specify to the inference graph.
func addOutputs(_ outputs: [String : MLCTensor]) -> BoolA dictionary containing outputs.
Itrue if the operation was successful.