SavedBareConcreteFunction

classe finale pubblica SavedBareConcreteFunction

Tipo di protobuf tensorflow.SavedBareConcreteFunction

Classi nidificate

classe SavedBareConcreteFunction.Builder Tipo di protobuf tensorflow.SavedBareConcreteFunction

Costanti

int ALLOWED_POSITIONAL_ARGUments_FIELD_NUMBER
int ARGUMENT_KEYWORDS_FIELD_NUMBER
int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
int FUNCTION_SPEC_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
lungo
getAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
Corda
getArgumentKeywords (indice int)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (indice int)
 A sequence of unique strings, one per Tensor argument.
int
getArgumentKeywordsCount ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
getArgumentKeywordsList ()
 A sequence of unique strings, one per Tensor argument.
Corda
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
funzione statica SavedBareConcrete
Funzione SavedBareConcrete
com.google.protobuf.Descriptors.Descriptor statico finale
FunzioneSpecifica
getFunzioneSpec ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
int
finale com.google.protobuf.UnknownFieldSet
booleano
hasFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
int
booleano finale
SavedBareConcreteFunction.Builder statico
SavedBareConcreteFunction.Builder statico
SavedBareConcreteFunction.Builder
funzione statica SavedBareConcrete
parseDelimitedFrom (input InputStream)
funzione statica SavedBareConcrete
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
funzione statica SavedBareConcrete
parseFrom (dati ByteBuffer)
funzione statica SavedBareConcrete
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
funzione statica SavedBareConcrete
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
funzione statica SavedBareConcrete
parseFrom (ingresso com.google.protobuf.CodedInputStream)
funzione statica SavedBareConcrete
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
funzione statica SavedBareConcrete
parseFrom (dati com.google.protobuf.ByteString)
funzione statica SavedBareConcrete
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
funzione statica SavedBareConcrete
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
SavedBareConcreteFunction.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ALLOWED_POSITIONAL_ARGUMENT_FIELD_NUMBER

Valore costante: 3

public static final int ARGUMENT_KEYWORDS_FIELD_NUMBER

Valore costante: 2

public static final int CONCRETE_FUNCTION_NAME_FIELD_NUMBER

Valore costante: 1

public static final int FUNCTION_SPEC_FIELD_NUMBER

Valore costante: 4

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public long getAllowedPositionalArguments ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

public String getArgumentKeywords (indice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

pubblico com.google.protobuf.ByteString getArgumentKeywordsBytes (indice int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public int getArgumentKeywordsCount ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

public String getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

public com.google.protobuf.ByteString getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

pubblico statico SavedBareConcreteFunction getDefaultInstance ()

public SavedBareConcreteFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public FunctionSpec getFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasFunctionSpec booleano pubblico ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public int hashCode ()

public final booleano isInitialized ()

public static SavedBareConcreteFunction.Builder newBuilder (prototipo SavedBareConcreteFunction )

pubblico statico SavedBareConcreteFunction.Builder newBuilder ()

public SavedBareConcreteFunction.Builder newBuilderForType ()

public static SavedBareConcreteFunction parseDelimitedFrom (input InputStream)

Lancia
IOException

public static SavedBareConcreteFunction parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedBareConcreteFunction (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedBareConcreteFunction (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

parseFrom pubblico statico SavedBareConcreteFunction (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedBareConcreteFunction (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static SavedBareConcreteFunction parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedBareConcreteFunction (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico SavedBareConcreteFunction (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico SavedBareConcreteFunction (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico SavedBareConcreteFunction.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException