Enumerations

The following enumerations are available globally.

  • Declaration

    public enum TensorRange : TensorRangeExpression
    extension TensorRange: Equatable
  • A value that indicates the phase of using a machine learning model.

    Declaration

    public enum LearningPhase
  • A TensorFlow device kind.

    Declaration

    public enum DeviceKind
  • A resize algorithm.

    Declaration

    public enum ResizeMethod
  • A padding scheme. Used by padding, convolution, and pooling ops.

    Declaration

    public enum Padding
  • An error produced by a failable Python operation.

    Declaration

    public enum PythonError : Error, Equatable
    extension PythonError : CustomStringConvertible
  • Declaration

    public enum XLAScalarWrapper