MutableCollection
extension MutableCollection where Element: Optimizer
-
Update parameters together for a collection of optimizers.
Declaration
Swift
public mutating func step(streamContext: StreamContext? = nil)
Parameters
streamContext
The stream context to have update operation on.