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