TypeSpecProtoOrBuilder

interfaz pública TypeSpecProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto TypeSpecProto.TypeSpecClass
getTypeSpecClass ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
cadena abstracta
getTypeSpecClassName ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
resumen com.google.protobuf.ByteString
getTypeSpecClassNameBytes ()
 This is currently redundant with the type_spec_class enum, and is only
 used for error reporting.
resumen entero
getTypeSpecClassValue ()
.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;
valor estructurado abstracto
getTypeState ()
 The value returned by TypeSpec._serialize().
resumen StructuredValueOrBuilder
getTypeStateOrBuilder ()
 The value returned by TypeSpec._serialize().
booleano abstracto
tieneTypeState ()
 The value returned by TypeSpec._serialize().

Métodos públicos

resumen público TypeSpecProto.TypeSpecClass getTypeSpecClass ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

Cadena abstracta pública 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;

resumen público 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;

resumen público int getTypeSpecClassValue ()

.tensorflow.TypeSpecProto.TypeSpecClass type_spec_class = 1;

resumen público StructuredValue getTypeState ()

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

resumen público StructuredValueOrBuilder getTypeStateOrBuilder ()

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

hasTypeState booleano abstracto público ()

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