TypeSpecProtoOrBuilder

общедоступный интерфейс TypeSpecProtoOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный TypeSpecProto.TypeSpecClass
получитьТипСпецКласс ()
.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.
абстрактный int
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
абстрактное структурированное значение
getTypeState ()
 The value returned by TypeSpec._serialize().
абстрактный Структурдвалуеорбилдер
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
абстрактное логическое значение
имеетТипСостояние ()
 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;