TypeSpecProtoOrBuilder

رابط عمومی TypeSpecProtoOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
رشته انتزاعی
getTypeSpecClassName ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
چکیده com.google.protobuf.ByteString
getTypeSpecClassNameBytes ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
انتزاعی
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
Abstract StructuredValue
getTypeState ()
 The value returned by TypeSpec._serialize().
Abstract StructuredValueOrBuilder
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
بولی انتزاعی
hasTypeState ()
 The value returned by TypeSpec._serialize().

روش های عمومی

چکیده عمومی TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

رشته انتزاعی عمومی getTypeSpecClassName ()

رشته

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

چکیده عمومی com.google.protobuf.ByteString getTypeSpecClassNameBytes ()

رشته

 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.  In particular, if you use an older binary to
 load a newer model, and the model uses a TypeSpecClass that the older
 binary doesn't support, then this lets us display a useful error message.
 
string type_spec_class_name = 3;

انتزاعی عمومی int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

چکیده عمومی StructuredValue getTypeState ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

چکیده عمومی StructuredValueOrBuilder getTypeStateOrBuilder ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;

hasTypeState بولی انتزاعی عمومی ()

 The value returned by TypeSpec._serialize().
 
.tensorflow.StructuredValue type_state = 2;