setTrainingTensorParameters(_:)
Sets the input tensor parameters, which the optimizer then updates.
Declaration
func setTrainingTensorParameters(_ parameters: [MLCTensorParameter]) -> BoolParameters
- parameters:
An array that contains the input tensor parameters.
Return Value
true if the operation was successful.