ModelWriterResult
public enum ModelWriterResult
-
Continue to write the tensor with the given name.
Declaration
Swift
case `continue`(String) -
Nothing to write.
Declaration
Swift
case skip
ModelWriterResult Enumeration Reference