Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VariableOptions<DTpe>

Type parameters

Hierarchy

  • VariableOptions

Index

Properties

Properties

Optional backEdge

backEdge: undefined | BackwardOp<DTpe>

Backward edge of this variable

You most likely do not want to use this

Optional grad

grad: undefined | Tensor<DTpe>

The gradient can optionally be specified

Optional noGrad

noGrad: undefined | boolean

When set to true, gradients will not be tracked for this variable. Useful for data that is passed into a model.

Generated using TypeDoc