ModelReaderResult

public enum ModelReaderResult
  • Continue to load parameter with the given name.

    Declaration

    Swift

    case `continue`(String)
  • The parameter is loaded, no futher operation need.

    Declaration

    Swift

    case final(NNC.AnyTensor)
  • Nothing is loaded.

    Declaration

    Swift

    case fail