Contents

optimizerData

An array that contains optimizer buffers you specify when you create a tensor parameter.

Declaration

var optimizerData: [MLCTensorData] { get }

Discussion

These are the host-side momentum and velocity-optimizer buffers you can query and initialize.

See Also

Inspecting Tensors