Properties#

Summary#

property

class parent

truncated documentation

data_np

OrtDataLoader

Returns a tuple of the datasets in numpy.

data_ort

OrtDataLoader

Returns a tuple of the datasets in onnxruntime C_OrtValue.

needs_grad

OrtGradientForwardBackwardOptimizer

Returns the True if the gradient update needs to retain past gradients.

needs_grad

BaseLearningRate

Returns the True if the gradient update needs to retain past gradients.

needs_grad

LearningRateSGD

Returns the True if the gradient update needs to retain past gradients.

needs_grad

LearningRateSGDNesterov

Returns the True if the gradient update needs to retain past gradients.

saved_tensors

OrtGradientForwardBackwardFunction

Returns saved tensors during forward step.

trained_coef_

OrtGradientForwardBackwardOptimizer

Returns the trained coefficients a dictionary.

value

BaseLearningRate

Returns the current learning rate.

value

LearningRateSGD

Returns the current learning rate.

value

LearningRateSGDNesterov

Returns the current learning rate.