Other Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum RNNDirection : String, Codable
  • A layer builder can be used to create sequences of layers

    See more

    Declaration

    Swift

    @_functionBuilder
    public enum LayerBuilder
  • Undocumented

    See more

    Declaration

    Swift

    public enum Random

Compute Graph Debugging

  • OperationGroup allows the grouping of operations in the compute graph. This improves the readability, when displaying the compute graph using result.graph(). It has no effect on the way that computations are performed. When optimization is enabled, operation groups are not captured.

    See more

    Declaration

    Swift

    public enum OperationGroup
  • Undocumented

    See more

    Declaration

    Swift

    public enum ConvUtil