الواجهة العامة TypeSpecProtoOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| مجردة TypeSpecProto.TypeSpecClass | الحصول على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. |
| كثافة العمليات مجردة | الحصول علىTypeSpecClassValue () .tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1; |
| القيمة الهيكلية المجردة | getTypeState () The value returned by TypeSpec._serialize(). |
| مجردة 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;