Contents

setTrainingTensorParameters(_:)

Sets the input tensor parameters, which the optimizer then updates.

Declaration

func setTrainingTensorParameters(_ parameters: [MLCTensorParameter]) -> Bool

Parameters

  • parameters:

    An array that contains the input tensor parameters.

Return Value

true if the operation was successful.

See Also

Executing Training Iterations