Package tensorflow

Class SavedObjectGraphOuterClass.SavedUserObject

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tensorflow.SavedObjectGraphOuterClass.SavedUserObject
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
Enclosing class:
SavedObjectGraphOuterClass

public static final class SavedObjectGraphOuterClass.SavedUserObject extends com.google.protobuf.GeneratedMessageV3 implements SavedObjectGraphOuterClass.SavedUserObjectOrBuilder
 A SavedUserObject is an object (in the object-oriented language of the
 TensorFlow program) of some user- or framework-defined class other than
 those handled specifically by the other kinds of SavedObjects.

 This object cannot be evaluated as a tensor, and therefore cannot be bound
 to an input of a function.
 
Protobuf type tensorflow.SavedUserObject
See Also: